AS3 - Loader class: Resize external swf to it's original stage size
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-12T23:17:09Z
Indexed on
2010/05/12
23:24 UTC
Read the original article
Hit count: 646
Hi there!
Here is my problem (unfortunatelly didn't find solution @google):
I'm loading external swf[AS2] into main swf[AS3] using Loader class. The main swf is 800 x 600 and the external swf is 300 x 200.
After adding the external swf to the main swf the external swf expands it's size from 300 x 200 to the main swf's size: 800 x 600.
How can i prevent this? I want the loaded swf to save it's original size.
Cheers Rob
© Stack Overflow or respective owner