This content has been marked as final.
Show 5 replies
-
1. Re: Preventing a swf from scaling?
kglad Jul 29, 2014 3:31 PM (in response to Mark Elias)you can assign the scaleMode property of the stage to noScale.
-
2. Re: Preventing a swf from scaling?
Mark Elias Jul 29, 2014 6:53 PM (in response to kglad)Thanks kglad for the help, can you expand on that, how do I do that in Flash?
-
3. Re: Preventing a swf from scaling?
Nipun Asthana Jul 29, 2014 11:41 PM (in response to Mark Elias)You just need to add one line of AS code to your file.
Go to the first frame on Timeline and open Actions Panel (F9)
Paste the following code over there and test movie:
stage.scaleMode = "noScale";
-
4. Re: Preventing a swf from scaling?
Mark Elias Jul 30, 2014 10:42 AM (in response to Nipun Asthana)That is it, thank you!!!
-
5. Re: Preventing a swf from scaling?
Mark Elias Jul 30, 2014 10:48 AM (in response to Nipun Asthana)Another question, I am creating a layer mask but the layers beneath it are not allowing me to mark as "masked" When I open the properties, it is grayed out. Why would that be?




