User Guide
818 ActionScript classes
enabled:Boolean
A Boolean value that indicates whether a movie clip
is enabled.
filters:Array An indexed array containing each filter object
currently associated with the movie clip.
focusEnabled:Boolean If the value is undefined or false, a movie clip
cannot receive input focus unless it is a button.
_focusrect:Boolean A Boolean value that specifies whether a movie clip
has a yellow rectangle around it when it has
keyboard focus.
_framesloaded:Number
[read-only]
The number of frames that are loaded from a
streaming SWF file.
_height:Number The height of the movie clip, in pixels.
_highquality:Number Deprecated since Flash Player 7. This property was
deprecated in favor of MovieClip._quality.
Specifies the level of anti-aliasing applied to the
current SWF file.
hitArea:Object Designates another movie clip to serve as the hit
area for a movie clip.
_lockroot:Boolean A Boolean value that specifies what _root refers to
when a SWF file is loaded into a movie clip.
menu:ContextMenu Associates the specified ContextMenu object with
the movie clip.
_name:String The instance name of the movie clip.
opaqueBackground:Number The color of the movie clip's opaque (not
transparent) background of the color specified by
the number (an RGB hexadecimal value).
_parent:MovieClip A reference to the movie clip or object that contains
the current movie clip or object.
_quality:String Sets or retrieves the rendering quality used for a
SWF file.
_rotation:Number Specifies the rotation of the movie clip, in degrees,
from its original orientation.
scale9Grid:Rectangle The rectangular region that defines the nine scaling
regions for the movie clip.
Modifiers Property Description