skomi101
10-13-2004, 12:03 PM
Hi there,
The problem is not in the code, or what it does, it's how to completely unload the movie.
empty.duplicateMovieClip('sshow', 49);
sshow.loadMovie('slideshow.swf');
When I unload slideshow.swf action script continue to exist and looping.
I tried with
_root.sshow.unloadMovie();
removeMovieClip(sshow);
but without any results. Please help
The problem is not in the code, or what it does, it's how to completely unload the movie.
empty.duplicateMovieClip('sshow', 49);
sshow.loadMovie('slideshow.swf');
When I unload slideshow.swf action script continue to exist and looping.
I tried with
_root.sshow.unloadMovie();
removeMovieClip(sshow);
but without any results. Please help