I have developed a simple game in OpenFL, I had designed it for small screens (320px by 480px). When I ported it in a large screen device (720px x 1280px), the stage covers 320px by 480px while rest of the screen look black. I want to adjust the stage to screen automatically,
My Application Config is :
and
Lib.current.stage.scaleMode = flash.display.StageScaleMode.EXACT_FIT;
on the main function.
How may I do it, Please help?
Thanks