Scaling a SWF file: Stage.scaleMode
Question:
How can I control how the screen saver scales my SWF?
Answer:
With Flash, you can have more control over your movie scaling by using the "stage.scaleMode" property:
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.
The scaleMode property can use the values "exactFit", "showAll", "noBorder", and "noScale". Any other value sets the scaleMode property to the default "showAll".
If you have additional questions or have ideas on how to improve an FAQ, contact us. Please include a link to the FAQ in your email.