Copy link to clipboard
Copied
I am making a Flash game for Android devices. I made my game to fit the dimensions of an HTC EVO 4G, but when I play it on a different device such as a Motorola Droid 2 with different dimensions; it does not fill up the whole screen. How do I make it so that my flash game fits the screen correctly of all Android devices?
Copy link to clipboard
Copied
use the stage's scaleMode property.
Copy link to clipboard
Copied
What is the code for that?
Copy link to clipboard
Copied
stage.scaleMode="showAll";
check the help files to see the constants that can be used.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now