In a jsp page,

<body onkeypress="javascript:keyPress(event);"...


//some codes to embed the Flash object


...


1) If the focus is on other part of the document, not on the embeded Flash object, the Contrl + Enter key stroke will trigger the onkeypress event;

2)But, if I click on the embeded Flash object (not the Flash Object has the focus), the Contrl + Enter key stroke will NOT trigger the onkeypress event;


How to solve this issue (#2)?

Thanks

Scott