XML/HTML代码
  1. function setFocusOnFlash() {    
  2.   var fl = document.getElementById(flashObjectId);    
  3.   if (fl) { fl.focus(); }    
  4.   
  5.   
  6. }   

 页面上的swf默认接收键盘事件,而不用等其响应焦点

参考:

http://www.w3school.com.cn/htmldom/met_select_focus.asp

http://groups.google.com/group/swfobject/browse_thread/thread/37db16534056b8ad/01c49ef2e94afaf9

http://forum.openlaszlo.org/showthread.php?p=43308