Sound loop clicking

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

Does your .wav loop perfectly when NOT in Flash?

you’re right. it doesn’t. i never noticed it before though…thanks.

jtax

OK