User Profile

Collapse

Profile Sidebar

Collapse
tonydspaniard
tonydspaniard
Last Activity: Sep 28 '07, 07:18 AM
Joined: Sep 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Problem Solved! -Workaround found

    Hi there all,

    After I broke my head against a wall trying to find a solution, I found the most primitive one (try to capture focus and blur events on a text field to return keyboard events trapping to the document).

    The problem relied that Safari 3 do listen 'blur and focus' events over a FLASH MOVIE (embed) objects. At least, I could not find a solution for that problem...
    See more | Go to post
    Last edited by tonydspaniard; Sep 12 '07, 01:03 AM. Reason: Problem Solved

    Leave a comment:


  • Hi there Greg,

    Have you tried to put an absolute path for your URL?

    Sounds a bit funny but hey!!! Browsers are the most funnier thing I have ever come accross to program...

    Regards
    See more | Go to post

    Leave a comment:


  • Apologies,

    Please accept my apologies to those I did sent a PM with a coding issues, cuz I did not know how to use this network and its policies regarding threads and PMs...

    I forward my apologies to the public... I thank very much pbmods for its understanding and kind respond to pint point me to the right direction.

    Thanks for your understanding


    Best
    See more | Go to post

    Leave a comment:


  • Problems with Safari 'blur' and 'focus' events on a Flash Movie

    Hi there all,

    Using prototype.js I render a flash movie within a DIV dynamically and then I try to attach some events in order to maintain focus on main window cuz is responsible of event handling some keyboard events -ie.

    [CODE=javascript]Event.observe(d ocument,'keyup' ,function (e) {
    // code here
    });.[/CODE]

    The problem is that when somebody clicks a button within the flash movie, the document...
    See more | Go to post
    Last edited by pbmods; Sep 11 '07, 02:28 AM. Reason: Changed [CODE] to [CODE=javascript].
No activity results to display
Show More
Working...