Sound

I was wondering if anyone could point me in the right direction to learn a way to toggle a loaded sound in Flash. An ON/OFF button so to speak.

Thanks,
Brock

brockus, try this link, it might come in handy. =)

http://www.kirupa.com/developer/actionscript/sound.asp

on (release) {
stopAllSounds();
}

I think that may work…put that on your stop button…might be abetter way especially if you dont want to stop every sound in you movie. So I guessz this is bit of overkill