Ho un file swf vuoto con soltanto uno script per fare partire un mp3 in streaming:

---------------------------
suono = new Sound();
suono.loadSound("music.mp3", true);
---------------------------