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.

Global Properties summary

Modifiers

Property

Description

 

_accProps

Lets you control screen reader accessibility options for SWF files, movie clips, buttons, dynamic text fields, and input text fields at runtime.

 

_focusrect

Property (global); specifies whether a yellow rectangle appears around the button or movie clip that has keyboard focus.

 

_global

A reference to the global object that holds the core ActionScript classes, such as String, Object, Math, and Array.

 

_highquality

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.

 

_level

A reference to the root Timeline of _levelN.

 

maxscroll

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.

 

_parent

Specifies or returns a reference to the movie clip or object that contains the current movie clip or object.

 

_quality

Sets or retrieves the rendering quality used for a movie clip.

 

_root

Specifies or returns a reference to the root movie clip Timeline.

 

scroll

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.

 

_soundbuftime

Establishes the number of seconds of streaming sound to buffer.

 

this

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