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...
User Profile
Collapse
-
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...
RegardsLeave 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
BestLeave 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...
No activity results to display
Show More
Leave a comment: