Changing size of window when testing Adobe AIR mobile applications
- by Peter
Im making a mobile phone Android application in Flash CS 5.5. I set the width/height of the stage to 480/800 px.
When I hit CTRL+ENTER to test run the application I get a window that is 480/800 px. It cannot be resized. I want to change the size of that window WITHOUT changing the stage width/height.
For example if I run the APK on a mobile phone with a 1000x1000 display the flash will scale automatically to fit the 480/800 stage to the 1000x1000 screen.
So it should be possible to change the window size to 1000x1000 without having to change the stage width/height.
But how?