How do I STOP all sounds in a move

I am aware of the

on (release) {
stopAllSounds();
}

the problem is that my sound is in a move clip and when the movie clip loops (as I want it to ) after 200 frames then the sound is back “offcause”.

So im looking to make a butt. action that will mute that sound
continously after clicking.

here is the page
www.black-ops.dk

ThX in advance

… I belive you can…

tellTarget (music)
{
gotoAndStop (1);
}

…with frame 1 being an empty keyframe.

Of course, you have to use the “Stop All Sounds” command as well, you can’t just use that command.

Thx for the reply - I will try that…

By the way the URL was wrong…
here is the right one if you would like to check it

www.black-ops.dk/mohaa/start.html

cheers