I have my flex app open in the 9player, and a movie running in the IDE.  If I open the flex app second, it captures the keyboard events.  If I open the app in the IDE second, then flex app is not generating keyboard events

either I'm missing something or there's a known bug/issue

Anyone else experience this?

in the application node:
keyDown="trapKeys(event)" keyUp="trapKeys(event)"

the simple method:
private function trapKeys(event:KeyboardEvent):void
{
      OutputTools.tt([event]);
}

--
John Grden - Blitz __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to