To comply with some Accessibility guidelines, my latest project (AS3 Flash based project) has to have both keyboard & mouse control. For the keyboard control i have created a multi-box system which allows users to tab between each box to control the in-game character. Whilst you can use the TAB key to do this, i also wanted the user to use the up/down arrow keys.
I've implemented this system & tested across all modern browsers, however in Google Chrome's latest build (23.0.1271.95) I have found that whilst the tabbing works fine through the TAB key, the arrow key control does not.
The down key works through a couple of the objects, but then resets back to the first object. The up key does nothing.
It's quite a strange issue, has anyone seen anything like it before? I don't think there is anything i can do through AS3 but maybe there's something like a flash object paramater (seamlesstabbing etc) i can set through HTML that i don't know of?
I've got a bad feeling it's a problem with Google Chrome's flash player, hopefully not!
Thanks in advance.