code:
// load the sound
music = new Sound(this);
music.loadSound("mymp3file.mp3", false);
myButton.onPress = function() {
music.start();
};
|
Results 1 to 9 of 9
Hybrid View
|
Click Here to Expand Forum to Full Width |