Buongiorno a tutti.
Sto usando questo codice per sentire un mp3 in streaming, ho un problema, dopo un po' si blocca

code:

mySound = new Sound();
mySound.onSoundComplete = function()
{
this.start(0, 1);
}
mySound.loadSound("tuofile.mp3", true);