Hai,

is there someone who can tell me how to load and start a mp3 file on the server when pusing a button.

I used:

on(release){
var song1 = new Sound();
song1.loadSound("fs.mp3", true);song1.start();
}

but it doesn't work.

greetings and thanks in advance