We have a Flex application which goes fullscreen on startup (which is possible when it's a projector .exe). When a user presses ESC, the application exits fullscreen mode. Is there any way to prevent this? This because we want to use the ESC-key for other functionality.
Normally all keyboard input is disabled in fullscreen mode, but not when we run it as a projector.
I already tried capturing the FullScreenEvent.FULL_SCREEN
event without luck (this event is only fired when the user selects "Full Screen" in the Adobe Flash Player or hits "CTRL + F".