Going by past record, after posting this, I should have an answer in just a few short seconds. Here goes
All I want to do, is make the mp3 loops on my site loop. Right now they just stop playing. I need the one that starts up automatically to loop nonstop, also whenever the user presses the prev. or next button, that mp3 needs to loop nonstop as well. Here’s what I got, if someone could just let me know what I need to insert…I know it’s something like (loop 999 times) or something…I’ve seen it before. Thanks
var tracks = [“4.mp3”, “5.mp3”, “6.mp3”,“7.mp3”], i = 0;
Do I need to insert all my tracks into the spot where you put test.mp3??? I declared all the variables earlier, so I was wanting to just loop instead of having it finish
what i did to mine as i dont know Action Scripting, I made another movie clip and place the mp3 there.
then i followed what ** kax ** told me to place it on one of the layer in your main movie clip. then use the “loadmovie” code thingy. it works with me, but the only thing is, it takes a while to load it using a 56 K Modem connection because mp3 is quite big file.
I can only contribute little things as i am a begginer, but hope that helps