We have a Flex application that starts in full screen mode at startup (which is possible when working with an .exe projector). When the user presses ESC, the application exits full-screen mode. Is there any way to prevent this? This is because we want to use the ESC key for other functions.
Usually, all keyboard input is disabled in full screen mode, but not when we start it as a projector.
I have already tried to capture an event FullScreenEvent.FULL_SCREENwith no luck (this event is triggered only when the user selects "Full Screen" in Adobe Flash Player or falls into "CTRL + F".
source
share