Hello,
so i have a file called movie.swf that i'm able to load load in my primary movie using

loadMovieNum("movie.swf",this);

it loads my movie.swf file

movie.swf is setup to stream a .flv file off my local server and play it. Problem is when the movie is done playing, it doesn't unload. How do i unload movie.swf once it's done playing? I'm not sure how to tell a .flv to do that.

Any feedback would be appreciated, i'm not even certain this is the best way to go about it. All i'm trying to do is play a "cut scene" of a movie i made in FCP to go along with a small interactive presentation.

Thanks

~Jack