var msound:Sound = new Sound(this); msound.attachSound("music.mp3"); msound.onSoundComplete = callback1; msound.start();