Skip to main content
Known Participant
December 1, 2013
Question

How can my flash app fit correctly in all Android devices?

  • December 1, 2013
  • 1 reply
  • 599 views

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?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 1, 2013

use the stage's scaleMode property.

razer65Author
Known Participant
December 1, 2013

What is the code for that?

kglad
Community Expert
Community Expert
December 1, 2013

stage.scaleMode="showAll";

check the help files to see the constants that can be used.