How to scale a Flex window to any size?
This simple code scale your current window to max size of your screen.
Call this code where ever you want.
stage.scaleMode= StageScaleMode.SHOW_ALL;
Link to this post!
This simple code scale your current window to max size of your screen.
Call this code where ever you want.
stage.scaleMode= StageScaleMode.SHOW_ALL;