This content has been marked as final.
Show 3 replies
-
1. Re: center all items on stage
kglad Jul 2, 2011 8:05 PM (in response to bluellipse)you'll need to do that in the authoring environment.
or, you could leave your current fla with the old stage size, publish your swf and then load that swf into another swf which has the larger stage size. center the loaded swf and you'll get the effect you want.
-
2. Re: center all items on stage
bluellipse Jul 2, 2011 9:01 PM (in response to kglad)Thank you for your suggestion. I tried doing as you said but when I try to import the swf into the new file it states that it is protected by it's author and can not be imported.
-
3. Re: center all items on stage
kglad Jul 2, 2011 10:38 PM (in response to bluellipse)you should load the swf, not import it.
if you're using as2, use loadMovie(). if you're using as3, use the loader class.


