Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unloadMovie question

Status
Not open for further replies.

jzauner

Technical User
Feb 21, 2006
22
0
0
US
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");
}
 
I should mention that the button that unloads the loaded movie is on the loaded movie, not the movie playing the loaded movie.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top