Ive inserted an audio file into my frame:


var soundReq:URLRequest = new URLRequest("Sound_1.mp3");
var sound:Sound = new Sound();
sound.load(soundReq);
sound.addEventListener(Event.COMPLETE,...