LOOP THIS
LOOP THIS
Out of context: Reply #12
- Started
- Last post
- 14 Responses
- unfittoprint0
use onSoundComplete.
[for streaming sounds]
mySound.onSoundComplete = function(){
mySound.load("samemp3.mp3", true);
}
use onSoundComplete.
[for streaming sounds]
mySound.onSoundComplete = function(){
mySound.load("samemp3.mp3", true);
}