A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: Embeded Flash Object and onkeypress event

  1. #1
    Junior Member
    Join Date
    Apr 2007
    Posts
    12

    Embeded Flash Object and onkeypress event

    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
    Last edited by otnj2ee2; 05-03-2007 at 07:28 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center