var mySound:Sound = new Sound(this); mySound.loadSound("sound.mp3"); mySound.onLoad = function(){ this.start(0, 10000); this.setVolume(50); }