when the page load the focus is set to html/browser from Flash player.
The application
doesn't have focus until a user clicks somewhere in the Flex/Flash
application.So you need to write a javascript function to set focus on
the player on when loads.
On Thu, Dec 4, 2008 at 4:05 PM, JAIN JITENDRA
<[EMAIL PROTECTED]> wrote:
>
> Add this line to index.template.html
>
>
> <
>
> body scroll="no" onLoad="window.document.${application}.focus();"
> onkeydown="window.${application}.focus()" >
> It will work in IE but not in FF
>
> thanks,
>
> regards,
> JJain
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---