Flex: cannot resize player back from Full Screen

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-04-15T19:12:16Z Indexed on 2010/04/15 20:23 UTC
Read the original article Hit count: 109

Filed under:

hi,

The key event is not listened by my Flex app. Since it is really simple code, I cannot understand where the problem is...

init() {

    stage.addEventListener(KeyboardEvent.KEY_DOWN, escHandler);

}

private function escHandler(event:KeyboardEvent):void {

    debugF.text = "ESC pressed";


}

thanks

© Stack Overflow or respective owner

Related posts about flex