Stage
Object
|
+-Stage
public class Stage
extends Object
The Stage class is a top-level class whose methods, properties, and handlers you can access
without using a constructor. Use the methods and properties of this class to access and
manipulate information about the boundaries of a SWF file.
Availability: ActionScript 1.0; Flash Player 5 - (became a native object in Flash Player 6,
which improved performance significantly).
Property summary
Modifiers
Property
static
align:String
static
height:Number
static
scaleMode:String
static
showMenu:Boolean
static
width:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
Description
Invoked when Stage.scaleMode is set to noScale and the SWF file is
onResize
=
resized.
function() {}
1118
ActionScript classes
Description
Indicates the current alignment of the SWF file in the
player or browser.
Property (read-only); indicates the current height, in
pixels, of the Stage.
Indicates the current scaling of the SWF file within
Flash Player.
Specifies whether to show or hide the default items in
the Flash Player context menu.
Property (read-only); indicates the current width, in
pixels, of the Stage.
property),
__proto__ (Object.__proto__
property),
__resolve
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?
Questions and answers