thuansaritasa / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

document.myFlashContent.focus() does not work using SWFobj #269

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to focus the flash content in a HTML page
2. put a simple JS script in HTML (document.myFlashContent.focus()..., body
onLoad="myFlashContent")
3. it does not work

What is the expected output? What do you see instead?
To permit the Screen Reader to read a Flash content i need to put the focus
on the Flash content. I used the SWFobj to insert the <object> in my HTML
page but the Js function classic: document.myFlashContent.focus() does not
focus on flash content.

The forced focus works in IE and FF only using the default Flash HTML
output (and not the SFWobj).

What version of the product are you using? On what operating system?
Flash CS3, MAC OSX 10.4

Original issue reported on code.google.com by maggiori...@gmail.com on 12 Feb 2009 at 11:38

GoogleCodeExporter commented 9 years ago
This is an authoring issue, please read:
http://groups.google.com/group/swfobject/browse_thread/thread/37db16534056b8ad/0
1c49ef2e94afaf9

If you have any more questions, please use the discussion group instead. 

Original comment by bobbyvandersluis on 12 Feb 2009 at 2:34