Keyboard not working when fullscreen using AIR

Posted in Flex, Projects on January 22nd, 2009 by eccheung4

A while back I had a problem with the keyboard actions not working when I was in fullscreen for an AIR application. Luckily, the keyboard wasn’t really need for the app, but it would have been nice. So today, I just happened to pass through the documentation while I was looking something else up and found out that I just had to set

stage.stageDisplay = StageDisplayState.FULL_SCREEN_INTERACTIVE

instead of

stage.stageDisplay = StageDisplayState.FULL_SCREEN.

Tags: , , ,

Actionscript 3.0 Animation

Posted in Flash on January 14th, 2009 by eccheung4

I just got Keith Peters, AdvancED ActionScript 3.0 Animation. It’s going to be fun going through this book, if only I had some time. I’ve been pretty busy lately so I’ll have to start looking through it during the weekend. I’ll be sure to post any cool stuff I build while reading the book.

Tags: , ,