Tag Archive for 'deactivate'

29
Feb

Determining if a Flex application has focus using the activate and deactivate events

The following example shows how you can determine if a Flex application has focus or not by listening for the activate and deactivate events on the <mx:Application /> container.

Full code after the jump.

Continue reading ‘Determining if a Flex application has focus using the activate and deactivate events’