Hey guys,

I'm having an issue with flash as3.0.

Basically I'm creating a system simulation as a swf file embedded in a IE based LMS (Learning management system).

In the simulation the user is required to hit the TAB key but when they do the focus jumps out of the swf and into the browser address bar.

Does anyone know of a script that would keep the focus IN the swf when the tab key is hit.

I worked out a script that bounces the focus between 2 objects by incrementing their tabIndex each time the focus shifts... but there are situations where this fails.

There must be a better way?

Can anyone help?