Open the HTML file in notepad.
Last updated on
Jun 29, 2023
|
Also applies to Captivate
Issue
When a click is associated to a tab, the tab key will jump outside of the SWF and activate tab options inside the browser, instead of staying inside the simulation.
Reason
This behavior occurs because of a feature called Seamless Tabbing, which allows tabbing to extend beyond the movie and interact with the browser's address bar.
Solution
Disable Seamless Tabbing within your SWF file.
-
-
Between the <object> </object> tags add the following:
<param name="SeamlessTabbing" value="false"> -
Save the HTML file.
You will now find that all tabbing stays within the SWF movie.