I create my swf application using FlexBuilder3 and it automatically creates the wrapper html file to wrap the embedded swf file, but when the myApp.html file loads in the browser, it does not automatically get focus...and there is a flex TextInput control in my app that I want to get focus so the user can start typing. Right now, the user has to manually click (anywhere in the swf to give the swf focus) and then my TextInput shows that it has focus.
What is the best way of setting focus to my SWF at startup time. I want to avoid having to edit the wrapper html files that are auto generated for me. Thanks for any info.

