Hi all,
In my flash movie i’ve loaded external mp3 file (rap.mp3)
code which i used is as per below.
on (release) {
stopAllSounds();
mySound = new Sound();
mySound.loadSound(“rap.mp3”, true);
mySound.start();
}
now i can hear sound when i release my button.
My problem is … It plays only once.
& i need to loop that sound till i stop it or press another sound button.
Bottom line is i need to loop my external mp3 file .
Plz help if u can…
I m not sure but may be we can use OnSoundComplete handler for that !!!
Plz try… & tell me how to do this.