Unload from Movie Clip - help

I want to unload from a movie clip - I’ve load an external .swf file into a movie clip, with an event handler (button) I want to unload the loaded the movie and then move on to a frame number in the main time line .root and play.

someMovieClip.unloadMovie();
_root.gotoAndPlay(someFrame);

??

kax

Thanks - ‘some’ is the name of the movie clip… that I’ve given it ?

Cheers Andy

yeah…

replace someMovieClip with the instance name of your movieclip and someFrame with the frame number or frame label. :wink:

Cheers kak… I will go and play…

good luck. :beam: