soonerdm
04-13-2003, 01:39 PM
I have a simple audio player where you click play it goes to frame 2 and the code is
loadMovieNum("cr1.swf", 11);
So it plays a song for about a minute and then you can hear the song begin again while it is still playing. wait a bit and you hear it start again. so basically you have it playing over itself indefinatly. I checked the cr1.swf file and when played by itself (not loaded into the player) there is no looping.
Also I have a next button on the player and clicking it will take you to frame 3 where the command loadMovieNum("cr2.swf", 11); but the first song just keeps playing. I thought to maybe unloadmovie but I thought when you used the same level it just overwrote what was in the level.
loadMovieNum("cr1.swf", 11);
So it plays a song for about a minute and then you can hear the song begin again while it is still playing. wait a bit and you hear it start again. so basically you have it playing over itself indefinatly. I checked the cr1.swf file and when played by itself (not loaded into the player) there is no looping.
Also I have a next button on the player and clicking it will take you to frame 3 where the command loadMovieNum("cr2.swf", 11); but the first song just keeps playing. I thought to maybe unloadmovie but I thought when you used the same level it just overwrote what was in the level.