Tag Archive for 'mouseleave'

22
Feb

Detecting when a mouse leaves a Flex application

The following example shows how you can detect when the mouse leaves the bounds of a Flex application by listening for the stage object’s mouseLeave event.

Full code after the jump.

Continue reading ‘Detecting when a mouse leaves a Flex application’