Help on sound actionscript

i dragged an mp3 onto the time line and i want to be able to make it stop with the click of a button, can anyone explain what i should use ?

the help file gives me something like this

on (release) {
 Sound.stop(["stap-1.mp3"]);
}