Seamless tabbing html5 (ie)
I have a text entry interaction that simulates a software program. The user must press the TAB key to proceed. I am publishing to HTML5 exclusively and not .swf. The program is when I press the Tab key on that interaction, the URL in the Browser window is highlighted, the browser has stolen the focus of my Tab key.
I have seen this fix:
Between the writeDocument <object> </object> tags, add the following '<param name="SeamlessTabbing" value="false">'
But my .html document contains none of these tags - I assume it has changed for html5. Any solutions?
Thanks.
