loadSound, Streaming & Looping?!
loadSound, Streaming & Looping?!
Out of context: Reply #7
- Started
- Last post
- 18 Responses
- londonBoy0
"mysound = new Sound();
mysound.loadSound("sound.
mp3", true);
mysound.start(0, 999);
"adapt this to:
mysound = new Sound();
mysound.loadSound("sound.
mp3", true);
mysound.onSoundComplete = function() {
mysound.start(0, 999);
}