8/26/2010 6:09:45 AM
Title:
AIR not detecting keypress?
Hey
I had an old version of air which loaded an swf that runs as2 using as3
The as2 swf included keypressing and regular as2 stuff.
I just installed the new version of air and exported the AIR file again
Keypresses don't seem to work
any idea how to fix this?
Thank you.
8/26/2010 6:55:26 AM
have you changed the AIR compiler , just updating the AIR framework should not have such effect.
It can be focusing problem also . The keypress event id received only if the object if having focus. Like if a textbox is having focus only then it will fire the keypress event. For global keypress events you need to attach the event listener to stage.