var switch:Sound = new Sound(); switch.attachSound("zing.mp3"); info_btn.onRollOver = function() { switch.start() }; info_btn.onRollOut = function() { switch.stop() };