setInterval

I got a movie clip in swf format that I want to make dynamically loaded and after the movie is done (lets say it is a 10 second clip) I want it to go away and then go to the next frame. I have made a code but I have no idea what I am doing. Can anyone help? I am at my wits end.

[AS]_root.createEmptyMovieClip(“movie”, 3);
_root.movie.loadMovie(“Volcano3.swf”);
_root.movie._x = 150.4;
_root.movie._y = 105.2;
setInterval( function(){ unloadMovie(“Volcano3.swf”); }, 10000 );[/AS]
I know my code is off so don’t hesitate to butcher it:s:
Thanks,
RoxyGurl :love: