PDA

View Full Version : Fullscreen and input text fields issue


jimmyo
03-25-2008, 09:22 PM
Hi

I understand that in Flash, when you are in fullscreen mode, the input textfields become unusable. This is understandable as for the Flash player as it prevents websites from scamming users (emulating login requests etc) but surely this doesn't make sense for an AIR app.

Does anyone know if there is a way around this?

asf8
03-26-2008, 03:40 AM
http://richardhart.wordpress.com/2008/03/03/adobe-are-10-full-screen-no-keyboard-input/
Check the comments in that blog entery, it may help.

also here
http://www.davidtucker.net/2007/12/15/air-tip-2-going-fullscreen/

Hope that helps ;)

jimmyo
03-27-2008, 12:09 AM
That's the ticket

stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;

Thanks very much asf8.