Kevin:

I would suggest trying:

1) <param name="SeamlessTabbing" value="false" />
2)

Give you flash movie an id="somename" in the <object> tag

then in the body tag, put this....

 onLoad="flashFocus();"

<script LANGUAGE="JavaScript">
<!--
function flashFocus()
{
    somename.focus();
}
//-->
</script>

Hope that helps your problem.



On 12/20/05, Kevin Boyd (MMCR) <[EMAIL PROTECTED]> wrote:
>
> I have a flash 6 movie running in IE6 and have disabled Flash's own
> Tabbing
> based highlighting on fields using
>
> this.focusEnabled=false
> this.tabEnabled=false
> this._focusrect = false
>
> So that I can control the Tabbing myself. Works fine in the player but in
> the browser IE seems to take the Tabbing focus. How can I force the Flash
> player to only receive the TABbing?
>
> Kevin Boyd
> Multimedia Creations Ltd.
> www.mmcr.co.uk
>
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to