var sonido:Sound = new Sound(); sonido.loadSound("tu.mp3"); sonido.onLoad = function() { sonido.start(0,9999); };