unloadMovie problem/question!

I have an MC “trouwen.swf” that loads thumbnails with an interval.
These thumbnails load swf’s. In these swf’s I have a “back” button
to return to the main swf.

back.onRelease = function() {
    unloadMovie("_parent.holder_mc");
    loadMovie("trouwen.swf", container);
};

Obviously the “back” button now loads “trouwen.swf” and starts loading
the thumbnails again. Is there a way to return to “trouwen.swf” without
reloading the whole movie?
Hope someone can help…

thanks

files: www.inflicted.nl/the_files.zip

  • in the included files, only thumbnail 5 works.