I’ve read some threads about looping but i haven’t seen that corresponds to my problem.
I loaded a sound and i used like most people the loop algo:
[AS]
_root.music.onSoundComplete = function() {
_root.music.start();
}
[/AS]
Problem is that there’s a little break or click in between the loops. How does one get rid of that?
Thanks,
JTAx