Hi,

It is very easy to build your own......
code:

mySound=new Sound();
mySound.load("someFile.mp3",true);



or

code:

mySound = new Sound();
myButton.onRelease=function() {
mySound.loadSound("someFile.mp3",true);
}



Here is a very nice sound tutorial......

http://www.kennybellew.com/tutorial/

Regards
NTD