AndyJS
12-16-2004, 07:11 PM
How do I stop an mp3 file from playing again and again while allowing the movie to repeat itself forever?
I am trying to allow the movie to repeat forever but stop the mp3 file from playing more than 1 time.
The movie is only 20 frames then repeats. The mp3 file is over 1 minute long. The incomplete actionscript I'm using is:
music = new Sound();
music.attachSound("music01");
music.start(0, 1);
music.setVolume(100);
Thanks in advance for your help,
Andy
I am trying to allow the movie to repeat forever but stop the mp3 file from playing more than 1 time.
The movie is only 20 frames then repeats. The mp3 file is over 1 minute long. The incomplete actionscript I'm using is:
music = new Sound();
music.attachSound("music01");
music.start(0, 1);
music.setVolume(100);
Thanks in advance for your help,
Andy