I have an swf in a html document.
When the .swf is selected, keystrokes are not detected outside. The user must click outside the .swf to get it out of focus.
Anyone knows if there is a way to make a .swf out of focus?
Printable View
I have an swf in a html document.
When the .swf is selected, keystrokes are not detected outside. The user must click outside the .swf to get it out of focus.
Anyone knows if there is a way to make a .swf out of focus?
Well the SWF object is like any other javascript object and you need to click it to set the focus. If you want it done manually, then you need to write a javascript function that sets the focus to whatever component you want to have it AFTER the SWF has been created.
I will check that out. Thank you very much! :)