Hi, I am using the following line of code in the html page to set focus to the first control (TextInput) without any mouse-clicks/tab keys in the application once the html page containing the embedded swf comes up:
<body onload="document.getElementById('application_name').focus()">
However, this seems to be working only in IE but not in Mozilla
FireFox which is the target browser for my application.
Any idea how to make it work in FireFox?
-Akila

