Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. MyFLV.stop();
  2.  
  3. SoundMixer.stopAll();
  4.  
  5. MyFLV.addEventListener(Event.REMOVED_FROM_STAGE,xyz);
  6. function xyz(e:Event):void{
  7. MyFLV.stop();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement