How to scale a Flex window to any size?

By | April 7, 2012

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;

Leave a Reply

Your email address will not be published. Required fields are marked *