Hi,
On the homepage of my website I’m desigining I have five different navigation buttons. When the user clicks a button an external .swf file is loaded into an empty movie clip using the script:
“loadMovie(“mymoviename.swf”, “container”);
stop();”
From this .swf file, the only choice is for the user to go back to the home page. So once they click the close button, an outro animation is played, and on the final frame I have the script “this.unloadMovie();”
The above scripts are attached to a specific frame in flash, not buttons.
This works sweet so far, except when the user exits the external .swf file the screen is completely blank, because of the stop() script.
Is there a way I can tell flash to unload the swf and then go and play a specific frame label from the main homepage timeline? I’ve looked through many postings and can’t find a specific answer to this problem. Any help will be appreciated…
Thanks…
Shell