I want to unload a movie that I loaded externally with the loadMovie() command.
It loads fine, but the loaded movie is playing inside an empty container that is inside a nested movie. How can I use the unloadMovie() command to unload the movie?
Here's the code that loaded the movie:
on (release) {
_parent.container.loadMovie("pumpOne.swf");
}
It loads fine, but the loaded movie is playing inside an empty container that is inside a nested movie. How can I use the unloadMovie() command to unload the movie?
Here's the code that loaded the movie:
on (release) {
_parent.container.loadMovie("pumpOne.swf");
}