bhe dovresti imporarlo in streaming.
metti il codice su un frame
var my_sound:Sound = new Sound(this.sound_mc);
my_sound.loadSound("cartellasuoni/suono.mp3", true);
e il file si scaricherà progressivamente, e così eviti anche file enormi tipo 400kb (troppo).
Ciao