Unload Movie MovieClipLoader

How do you unload a movie you have loaded through the MovieClipLoader class?

And I want the movie that was loaded to unload itself…is that possible?

try container.unloadMovie

I have an idea, but I need to know what the name/path of the parent MC so how could I find that?

What do you mean how do you fine that, didn’t you type it in there?

I am trying to make a class of movie so that they can find the the name of the movie that is there parent and make controls off of the movie…

I want this so I can use this panel over and over again in projects so I don’t have to re-write the script everytime…

But in answer to your question yes I did type it in there