Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
The StageScaleMode class provides values for the
Stage.scaleMode
property.
public static const EXACT_FIT:String = "exactFit"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Specifies that the entire Adobe® Flash® application be visible in the specified area without trying to preserve
the original aspect ratio. Distortion can occur.
public static const NO_BORDER:String = "noBorder"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Specifies that the entire Flash application fill the specified area, without distortion but possibly with
some cropping, while maintaining the original aspect ratio of the application.
public static const NO_SCALE:String = "noScale"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Specifies that the size of the Flash application be fixed, so that it remains unchanged even as the size
of the player window changes. Cropping might occur if the player window is smaller than the content.
public static const SHOW_ALL:String = "showAll"
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Specifies that the entire Flash application be visible in the specified area without distortion while
maintaining the original aspect ratio of the application. Borders can appear on two sides of the application.
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Tue Mar 18 2008, 12:59 PM GMT-07:00