Skip to main content
Participant
March 16, 2009
Question

Which event gets fired when we move out of Flex Screen

  • March 16, 2009
  • 1 reply
  • 421 views
I want to validate the user detail screen and infrom user if any error when he moves out of flex screen.

Basically we have submit button out of flex area and user enters detals in flex screen and submits using jsp header
This topic has been closed for replies.

1 reply

Participating Frequently
March 16, 2009
flash.events.Event.MOUSE_LEAVE Dispatched by the Stage object when the mouse pointer moves out of the stage area.
Should work for ur situation I guess.