The problem is that the Flash Player itself does not have the focus in the browser.
Solutions involve using javascript in the html wrapper to set the focus to the Player in onLoad(). Search the archives or google for more details. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Appan Parige Sent: Tuesday, September 04, 2007 3:47 AM To: [email protected] Subject: [flexcoders] textbox setfocus method I am using login page as a state in my main application and I set it as start state.And i set username textbox's setfocus in enterstate event of login state. But during execution, username textbox is highlighted but mouse cursor is not there. I have to explicitly click the textbox for entering data. During logout button, i simply callled the login state and setfocus method for textbox which works fine(selection and mouse cursor both r there) Please clarify on this issue. Thanks in advance, Appan Parige.

