Currently, I am creating a Flash application using ActionScript 3. My stage.scaleMode
is set to StageScaleMode.SHOW_ALL
, so that my app is automatically zoomed to fit contents of the stage.
The problem is I don't know how to get the current zoom percentage.