Global properties are available in every script, and are visible to every Timeline and scope in your document. For example, global properties allow access to the timelines of other loaded movie clips, both relative (_parent) and absolute (_root). They also let you restrict (this) or expand (super) scope. And, you can use global properties to adjust runtime settings like screen reader accessibility, playback quality, and sound buffer size.
|
Modifiers |
Property |
Description |
|---|---|---|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.version property. Contains the version number of Flash Lite. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.has4WayKeyAS property. Indicates whether Flash Lite executes ActionScript expressions attached to key event handlers associated with the Right, Left, Up, and Down Arrow keys. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasCompoundSound property. Indicates whether Flash Lite can process compound sound data. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasEmail property. Indicates whether the Flash Lite client can send e-mail messages by using the GetURL() ActionScript command. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasDataLoading property. Indicates whether the host application can dynamically load additional data through calls to the loadMovie(), loadMovieNum(), loadVariables(), and loadVariablesNum() functions. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasMFi property. Indicates whether the device can play sound data in the Melody Format for i-mode (MFi) audio format. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasMIDI property. Indicates whether the device can play sound data in the Musical Instrument Digital Interface (MIDI) audio format. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasMMS property. Indicates whether Flash Lite can send Multimedia Messaging Service (MMS) messages by using the GetURL() ActionScript command. If so, this variable is defined and has a value of 1; if not, this variable is undefined. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasSMAF property. Indicates whether the device can play multimedia files in the Synthetic music Mobile Application Format (SMAF). If so, this variable is defined and has a value of 1; if not, this variable is undefined. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasSMS property. Indicates whether Flash Lite can send Short Message Service (SMS) messages by using the GetURL() ActionScript command. |
|
|
|
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the System.capabilities.hasStreamingAudio property. Indicates whether the device can play streaming (synchronized) sound. |
|
|
|
Property (global); specifies whether a yellow rectangle appears around the button or movie clip that has keyboard focus. |
|
|
|
Tells the Flash Lite player to render at the specified frame rate. |
|
|
|
A reference to the global object that holds the core ActionScript classes, such as String, Object, Math, and Array. |
|
|
|
Deprecated since Flash Player 5. This property was deprecated in favor of _quality. Specifies the level of anti-aliasing applied to the current SWF file. |
|
|
|
A reference to the root Timeline of _levelN. |
|
|
|
Deprecated since Flash Player 5. This property was deprecated in favor of TextField.maxscroll. Indicates the line number of the top line of visible text in a text field when the bottom line in the field is also visible. |
|
|
|
Specifies or returns a reference to the movie clip or object that contains the current movie clip or object. |
|
|
|
Sets or retrieves the rendering quality used for a movie clip. |
|
|
|
Specifies or returns a reference to the root movie clip Timeline. |
|
|
|
Deprecated since Flash Player 5. This property was deprecated in favor of TextField.scroll. Controls the display of information in a text field associated with a variable. |
|
|
|
Establishes the number of seconds of streaming sound to buffer. |
|
|
|
References an object or movie clip instance. |