Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript language elements > Global Properties | |||
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 |
|---|---|---|
|
|
Lets you control screen reader accessibility options for SWF files, movie clips, buttons, dynamic text fields, and input text fields at runtime. |
|
|
|
Property (global); specifies whether a yellow rectangle appears around the button or movie clip that has keyboard focus. |
|
|
|
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 Specifies the level of anti-aliasing applied to the current SWF file. |
|
|
|
A reference to the root Timeline of |
|
|
|
Deprecated since Flash Player 5. This property was deprecated in favor of 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 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. |
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00001234.html