hi,

I have my main movie that loads external swf's into an empty movie clip. When the user is finished looking at what is in the loaded swf's I would like to have a short animation within the loaded swf's that ends with the swf fading out and the main clip appearing again.
I am trying to get the loaded swf to control the main movie so it can unload the loaded swf and move to frame 1 of the main scene. I tried using this, but it doesn't work:

_root.gotoAndStop("main",1);
_root.unloadMovie("section1");

Any suggestions?

Thanks,

pjustice