Hi,
I’ve been trying to figure this out for the past day and I’m at my wits end.
My main swf file is 800x600 in size and I have imported a movie using “loadMovie” into a container movieclip. The imported movie’s original size is 300x400 but when I import it into the main swf the movie’s contents seem to extend past its original size.
For example, in the imported movie I have text and images that fly into the main document area from outside the document in the grey space. When I save the swf file as a 300x400 movie and load it into an html doc everything looks fine; you do not see the starting position of the text and images. However, when I load the movie into another swf file of a larger size and render the swf, the imported movie does not retain its original size of 300x400 and you see the starting positions of my text and images.
Is there a way to fix this problem. Am I making sense? I can post screenshots if it would help. Thanks!