MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 272

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Property summary
Modifiers
Property
_alpha:Number
enabled:Boolean
_focusrect:Boolean
_height:Number
_highquality:Number
_name:String
_parent:MovieClip
_quality:String
_rotation:Number
_soundbuftime:Number
tabEnabled:Boolean
tabIndex:Number
_target:String
trackAsMenu:Boolean
_url:String
272
ActionScript classes
Description
The alpha transparency value of the button
specified by my_btn.
A Boolean value that specifies whether a
button is enabled.
A Boolean value that specifies whether a
button has a yellow rectangle around it when
it has input focus.
The height of the button, in pixels.
Deprecated since Flash Player 7. This
property was deprecated in favor of
Button._quality.
Specifies the level of anti-aliasing applied to
the current SWF file.
Instance name of the button specified by
my_btn.
A reference to the movie clip or object that
contains the current movie clip or object.
Property (global); sets or retrieves the
rendering quality used for a SWF file.
The rotation of the button, in degrees, from its
original orientation.
Specifies the number of seconds a sound
prebuffers before it starts to stream.
Specifies whether my_btn is included in
automatic tab ordering.
Lets you customize the tab ordering of
objects in a SWF file.
[read-only] Returns the target path of the button instance
specified by my_btn.
A Boolean value that indicates whether other
buttons or movie clips can receive a release
event from a mouse or stylus.
[read-only]
Retrieves the URL of the SWF file that
created the button.

Advertisement

Table of Contents
loading

Table of Contents