Hi,

I have a situation where a burst of video plays after the unload command.

In my main timeline, the user clicks on a button which loads a swf, via:

on (release) {
loadMovieNum("2X4.swf",1);
}

I end the 2X4 movie with:
unloadMovie(1);

The movie plays, then fades to black, then suddenly I get this burst of video. The video is the first frames of the 2X4 movie.

How do I fix this problem?

Brian