Guest User

Untitled

a guest
Jun 27th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. How to detect clicks outside of a window for a multi-window AIR app in flex?
  2. private function startPause(e:MouseEvent):void{
  3. //pause doing memory intensive stuff
  4. }
  5.  
  6. <mx:VBox paddingLeft="20" deactivate="startPause(null)">
Advertisement
Add Comment
Please, Sign In to add comment