indy73
02-26-2002, 11:56 PM
I seem to be having a bit of a prob. I am loading an external SWF file into a movie and then allowing it to be scrolled. The problem is when I load another different SWF file it seems to inherit the characteristics of the previous file.
example:
First SWF is a movie with 4 images stitched together 1400 pixels in length. The second SWF is 2 images stitched together at 700 pixels in length. Once the second SWF is loaded after the first it wants to allow itself to be scrolled 1400 pixels in length and not it's own 700. Shouldn't it work out that when the second movie is loaded it automatically unloads the first and all of its variables and everything else associated with it? Or do I need to insert an unload movie command?
example:
First SWF is a movie with 4 images stitched together 1400 pixels in length. The second SWF is 2 images stitched together at 700 pixels in length. Once the second SWF is loaded after the first it wants to allow itself to be scrolled 1400 pixels in length and not it's own 700. Shouldn't it work out that when the second movie is loaded it automatically unloads the first and all of its variables and everything else associated with it? Or do I need to insert an unload movie command?