User Guide

Global Properties 113
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.