Loop pls someone ?
Loop pls someone ?
Out of context: Reply #1
- Started
- Last post
- 11 Responses
- mennik0
mp3 file format sucks for looping.
put this code in a frame :
loopSound = function () {
myMp3.loadSound("mp3_loop.mp3", true);
};
myMp3 = new Sound();
myMp3.loadSound("mp3_loop.mp3", true);
myMp3.onSoundComplete = loopSound;