I am using AS2 to load an external swf file with the loadmovie function. The external swf is loaded when a button is clicked. When the external swf file is done playing I want it to go back to frame 1 where the button is so the user can just click the button to see the external swf play again. My loadmovie code is below. What AS2 code do I need to add to do this?
tar.loadMovie ("thisfile.swf");
Thank you