Hutch
February 20th, 2003, 10:42 PM
Does anyone have a tutorial (or steps to reproduce) showing a beginner the best method for loading several swfs end to end, so they play as one movie using ActionScript?
What I need is: to have the first movie play and immediately when it ends, for it to stop and then have the second movie play, but each movie has a different mp3 sound and I can't seem to get both movie's and their respective mp3s to play as one long movie.
1) I've created 2 fairly robust Flas; horizon1.fla and horizon2.fla
2) I've made each fla into a seperate movie clip;
horizon1_mc and horizon2_mc.
(the last frame in horizon1_mc uses the same pic as the first frame in horizon2_mc -so that they will appear to play seamlessly as one long movie)
3) horizon1_mc needs to play using sun.mp3.
4) horizon2_mc then needs to play using sunburst.mp3
fyi: I've got the "FlashaMX Designer's ActionScript Reference" book but all I've found is how to load content (chap11) using static movie clips using "loadmovie" and I'm not sure how this applies to actual animated clips. Any help would be greatly appreciated! Thanks!!!
What I need is: to have the first movie play and immediately when it ends, for it to stop and then have the second movie play, but each movie has a different mp3 sound and I can't seem to get both movie's and their respective mp3s to play as one long movie.
1) I've created 2 fairly robust Flas; horizon1.fla and horizon2.fla
2) I've made each fla into a seperate movie clip;
horizon1_mc and horizon2_mc.
(the last frame in horizon1_mc uses the same pic as the first frame in horizon2_mc -so that they will appear to play seamlessly as one long movie)
3) horizon1_mc needs to play using sun.mp3.
4) horizon2_mc then needs to play using sunburst.mp3
fyi: I've got the "FlashaMX Designer's ActionScript Reference" book but all I've found is how to load content (chap11) using static movie clips using "loadmovie" and I'm not sure how this applies to actual animated clips. Any help would be greatly appreciated! Thanks!!!