code:

// load the sound
music = new Sound(this);
music.loadSound("mymp3file.mp3", false);

myButton.onPress = function() {
music.start();
};