This works -
call this in the creationComplete of the application -
        if(ExternalInterface.available){
                ExternalInterface.call("s = function() { document.getElementById
('"+this.id+"').focus(); }");
        }
this will get the focus to swf then focus to the required text field
-
focusManager.setFocus(textFieldId);


On Dec 4, 3:44 pm, David <[EMAIL PROTECTED]> wrote:
> Open your swf in the Flash Player, You can get the desired output,
> Won't work in browser anyway!.
>
> Regards,
> David R
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to