External SWF unloadd and go to specefick framelabel in rootmovie

Hi…

I am loading and unloading an external swf but when unloading the external swf-file, I need the “original” file to go on to “startingpoint” (a specified framelabel or frame number 1!)


 
on(release){
  unloadMovie(1);
}
 

How could the code look like if my movie has to go to “startingpoint” in the first movie(original)?

Please help!!! :slight_smile:

Thx