Groups | Blog | Home
all groups > flash actionscript > july 2006 >

flash actionscript : TAB and IE



SDALW
7/25/2006 8:06:16 PM
I cannot find any info on how to disable the TAB focus on the IE window and
keep within the swf file I am viewing. I've set up my tab index fields, and
when I preview the movie - it works fine. However, when I play it in IE, the
TAB goes to #1 - then up to the address field in the toolbar. It seems like I
read about some script htat disables this - but I have searched high and low
and cannot find it. Any ideas?
SDALW
7/25/2006 10:25:59 PM
Figured it out:
Insert the following into the html
<object ... >
....
<param name="SeamlessTabbing" value="false">
....
</object>

AddThis Social Bookmark Button