Usually, the browser has focus and not the Flash plugin.  There are some
ways to handle this in IE, but I'm not sure there are solutions for
other browsers.  Search the archives for other discussions.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of mr_delphi_developer
Sent: Thursday, May 29, 2008 10:08 AM
To: [email protected]
Subject: [flexcoders] Setting focus to a control upon
applicationComplete

 

private function initApp():void
{
teamID.setFocus();
teamID.setSelection(0,0);
} 

The entry caret is NOT shown in the control AND input is not focused
to the control.

Any ideas??

 

Reply via email to