you loaded? I followed the example from this previous post
http://www.kirupa.com/forum/showthread.php?t=212406&highlight=unload
and I created an empty movie clip and a button on my main movie. These two elements allow an external movie to load up. But the external movie is not supposed to be displayed til’ internity, so I needed to find some way to unload the external movie (not movieclip). I tried to do it by placing unloadmovie (name of the external movie) inside the last frame of the external movie, hoping that once the animation of the external movie has finished playing, the movie automaticaly unloads itself. This didn’t work.
Then I tried to see if I could put the same command in the last frame of the main movie. The last frame (on a different layer) is where I placed my actionscript for loading the external movie. I wrote:
**unloadmovie(“mission.swf”, “shell”); **
This doesn’t work because it’s contradictory…how can I issue a command to load a movie while it’s supposed to unload at the same time? lol
So there has to be some kind of actionscript code I must add that: allows the main movie to communicate with the external movie, and tells it to unload itself *once *mission.swf has played all the way to the last frame. It’s been many hours and I still haven’t found the answer…I’ve been to senocular, actionscript.org, even flashkit.com
Please help. Thanks