MyFLV.stop(); SoundMixer.stopAll(); MyFLV.addEventListener(Event.REMOVED_FROM_STAGE,xyz); function xyz(e:Event):void{ MyFLV.stop(); }