Sound off button

hey boys and girls - a quick question for you. i have sound playing automatically when my page loads up. I want to have a button that turns it off.

Any help much appreciated.

on (release) {
	stopAllSounds();
}

that should work:beam: