How to scale a Flex window to any size? By admin | April 7, 2012 0 Comment 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;