guess i should post what i have. please don't laugh...

on (rollOver) {
this.yes.gotoAndPlay("1");
_global.Behaviors.Sound.gong.start(0, 1);
}
on (release) {
gotoAndPlay();
_global.Behaviors.Sound.gong.onSoundComplete = function()
getURL("yes.htm", "_self");
}