FlashPlayer¶
Description¶
A control that contains a Flash Player, which can load and play Flash movies stored in SWF files.
The ScriptUI FlashPlayer element runs the Flash application within an Adobe application. The Flash application runs ActionScript, a different implementation of JavaScript from the ExtendScript version of JavaScript that Adobe applications run. A control object of this type contains functions that allow your script to load SWF files, control movie playback, and communicate with the ActionScript environment.
Properties¶
| active readonly | True if this element is active. |
| alignment readonly | The alignment style for this element. If defined, this value overrides the alignChildren setting for the parent container. |
| bounds readonly | The boundaries of the element, in parent-relative coordinates. |
| enabled readonly | True if this element is enabled. |
| helpTip readonly | The help text that is displayed when the mouse hovers over the element. |
| indent readonly | The number of pixels to indent the element during automatic layout. |
| location readonly | The upper left corner of this element relative to its parent. |
| maximumSize readonly | The maximum height and width to which the element can be resized. |
| minimumSize readonly | The minimum height and width to which the element can be resized. |
| parent readonly | The parent element. |
| preferredSize readonly | The preferred size, used by layout managers to determine the best size for each element. |
| properties readonly | An object that contains one or more creation properties of the container (properties used only when the element is created). |
| size readonly | The current dimensions of this element. |
| type readonly | The element type, “flashplayer”. |
| visible readonly | True if this element is shown, false if it is hidden. |
| window readonly | The window that this element belongs to. |
| windowBounds readonly | The bounds of this element relative to the top-level parent window. |
Methods¶
| addEventListener readonly | Registers an event handler for a particular type of event occuring in this element. |
| dispatchEvent readonly | Simulates the occurrence of an event in this target. |
| hide readonly | Hides this element. |
| invokePlayerFunction readonly | Invokes an ActionScript function defined in the Flash application. |
| loadMovie readonly | Loads a movie into the Flash Player, and begins playing it. |
| notify readonly | Sends a notification message, simulating the specified user interaction event. |
| playMovie readonly | Restarts a movie that has been stopped. |
| removeEventListener readonly | Unregisters an event handler for a particular type of event occuring in this element. |
| show readonly | Shows this element. |
| stopMovie readonly | Halts playback of the current movie. |