Hi
I want to make a simple show reel using a number of swf’s of simple animations.
I have used this code to load up the first movie
stop();
loadMovie(“Winston2D.swf”,1);
When the swf has finished playing I want to unload the movie and either move on to the next frame which will contain the script for another swf or just play the next swf in the sequence all in the same frame.
Am I trying to get flash to do a job its not cut out to do as I cant think of a simple solution
Ta