Any idea how to loop a streaming mp3s? Below are the codes I used
if (playing!=true) {
mySound = new Sound();
mysound.loadSound(‘song.mp3’, true);
//mySound.attachSound(“techno”);
//mySound.start(0, 999);
mySound.start();
playing = true;
}
Any idea how to loop a streaming mp3s? Below are the codes I used
if (playing!=true) {
mySound = new Sound();
mysound.loadSound(‘song.mp3’, true);
//mySound.attachSound(“techno”);
//mySound.start(0, 999);
mySound.start();
playing = true;
}
:: Copyright KIRUPA 2024 //--