tarunkrsna
02-07-2006, 01:46 AM
Hi ...
Learning a little flash from a free online course BUT teacher doesn't know how to fix this problem. I have checked out many posts on both flash and firefox forums but no answers found, so here is my flash / firefox problem:
Trying to set up a flash movie so that the mobility impaired can navigate via buttons using the tab key and the enter key.
The problem I have is that, in other browsers I've tested, pressing the tab key puts the focus on the first button designated tabIndex = 1, but in FF1.5 the tab focus remains in the toolbars of the browser, cycling from address bar to tabs of opened windows (even if only 1) and the search entry form.
To get the focus on the first button in FF1.5 it is necessary to mouseclick on the actual flash object (not even merely on the page); this seems to defeat the purpose of tabIndex accessibility.
I have tried a setFocus script in the actionscript but it does nothing and is not necessary for IE6 and slimbrowser.
My tab script is as below:
set (_root.btnEyes,tabIndex = 1);
set (_root.btnEyes,tabIndex = 2);
set (_root.btnHair,tabIndex = 3);
The actual flash object can be seen at http://www.sevamrta.com/test/faceFacts.html
Anyone know how to set this up so that the mobility impaired can tab navigate the flash object without needing to resort to the mouse?
Cheers
t3rry
Learning a little flash from a free online course BUT teacher doesn't know how to fix this problem. I have checked out many posts on both flash and firefox forums but no answers found, so here is my flash / firefox problem:
Trying to set up a flash movie so that the mobility impaired can navigate via buttons using the tab key and the enter key.
The problem I have is that, in other browsers I've tested, pressing the tab key puts the focus on the first button designated tabIndex = 1, but in FF1.5 the tab focus remains in the toolbars of the browser, cycling from address bar to tabs of opened windows (even if only 1) and the search entry form.
To get the focus on the first button in FF1.5 it is necessary to mouseclick on the actual flash object (not even merely on the page); this seems to defeat the purpose of tabIndex accessibility.
I have tried a setFocus script in the actionscript but it does nothing and is not necessary for IE6 and slimbrowser.
My tab script is as below:
set (_root.btnEyes,tabIndex = 1);
set (_root.btnEyes,tabIndex = 2);
set (_root.btnHair,tabIndex = 3);
The actual flash object can be seen at http://www.sevamrta.com/test/faceFacts.html
Anyone know how to set this up so that the mobility impaired can tab navigate the flash object without needing to resort to the mouse?
Cheers
t3rry