Accessibility
 
Home > Products > Flash > Support > ActionScript Dictionary
Flash Icon Macromedia Flash Support Center - ActionScript dictionary
Stage.scaleMode

Availability
Flash Player 6.

Usage

Stage.scaleMode =  "value" 

Description
Property; indicates the current scaling of the Flash movie within the Stage. The scaleMode property forces the movie into a specific scaling mode. By default, the movie uses the HTML parameters set in the Publish Settings dialog box.

The scaleMode property can use the values "exactFit" , "showAll" , "noBorder" , and "noScale" . Any other value sets the scaleMode property to the default "showAll" .

To Table of Contents Back to Previous document Forward to next document