I’m try to edit a lash Template I put a gallery in it via loadMovie, but the problem is that I can’t unload the Gallery to load other , I don’t know what is wrong with the action , the Swf files to see if you click on any link you will see the Gallery to return to the main click on the burgandy box you will see what I mean http://www.linestyle.net/unloadMovie.zip (swf only)
If you interesting to help you can download the fla http://www.linestyle.net/[URL=“http://www.linestyle.net/222.zip”]222.zip (fla only)
If you are using **loadMovie **to load an external swf into an empty movieclip then you don’t need to unload it. Whatever you load in next (into the same container) will replace what you have in there now.
If you are using loadMovieNum to load an external swf into a level then yes you can unload the movie by using unloadMovieNum(levelNumber);