però con questo codice:
my_sound = new Sound(_root)
my_sound.attachSound("01_01 01 Bob Acri - Sleep Away.wav");
on_off_btn.onRollOver = function() {
if (flag) {
my_sound.stop();;
} else {
my_sound.start(0, 1000);;
}
flag = !flag
}
il suono nn smette se sposto il mouse al di fuori del bottone, posso ancora approffittare del tuo sapere?:)