var mySound:Sound = new Sound();
mySound.load(new URLRequest("myFavSong.mp3"));
mySound.play();
http://www.republicofcode.com/tutorials/flash/as3sound/
This tutorial helps you to understand how to play sound in flash.
1
solved AS3 alarm clock understanding [closed]