S > Stage (object)

 

Stage (object)

The Stage object is a top-level object that you can access without using a constructor.

Use the methods and properties of this object to access and manipulate information about the boundaries of a Flash movie.

The Stage object is available in the Flash Player 6 and later.

 
Method summary for the Stage object

Method

Description

Stage.addListener

Adds a listener object to the Stage object.

Stage.removeListener

Removes a listener object from the Stage object.


 
Property summary for the Stage object

Method

Description

Stage.align

Alignment of the Flash movie in the browser.

Stage.height

Height of the Stage, in pixels.

Stage.width

Width of the Stage, in pixels.

Stage.scaleMode

The current scaling of the Flash movie.


 
Event handler summary for the Stage object

Method

Description

Stage.onResize

Indicates that the movie was resized.