That is a limitation of the browsers. They control focus and a click is required. Some folks have done extensive work to capture keystrokes in javascript and forward them to the player, but most folks simply put up some UI to encourage users to click on the app.
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of qiyadsy Sent: Friday, September 12, 2008 7:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] about keyboard operation in flex I want only use keyboard to operation in flex. Just as Global keyboard event handling(http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=304) But,have some problem ,it need click anywhere in the application and then press some keys.But i don't want click anywhere ,direct operate with keyboard. How I can deal it ? Thanks.