Copy link to clipboard
Copied
Hello users, I'm trying to use the "showall" in Flash, but says that can only use a public within a package / class, do not know what you mean, someone could help me?
public static const SHOW_ALL:String = "showAll"
Someone may be to come tell me how I can use the structure of this function in a frame?
Taking advantage, I wonder if this really is the function for defining scale, to adjust the implementation of the resolution according to the user's device. I'm already grateful!
Copy link to clipboard
Copied
If you are coding in the timeline then you need to avoid using class nomenclatures.
var SHOW_ALL:String = "showAll";
Copy link to clipboard
Copied
Hello Ned, this will cause the scale of the stage and its attributes fit with the resolution of the user? For I am facing a big problem to try to do something to adjust, avoid this "failure."
See the picture below the gray margin that keeps the application running on a mobile.
Could you guide me in any way, please?
Copy link to clipboard
Copied
up?
Copy link to clipboard
Copied
use:
stage.scaleMode='showAll'; // if that's the scale mode you want.
Copy link to clipboard
Copied
If I add the line in the first frame, the application startup, is enough? Kglad?
Copy link to clipboard
Copied
yes.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now