<mx:Application xmlns:mx ="http://www.adobe.com/2006/mxml" xmlns ="com.esri.solutions.flexviewer.*" layout ="absolute" creationComplete="init()" "> call this function on init() method. it is work in IE & firefox only. just copy & paste below code to init() method only ExternalInterface.call('function browserFocus()' + '{document.getElementById(\'index\').focus();}');
index is ur application name On Apr 20, 2:51 pm, Vasu <[email protected]> wrote: > Hi All, > I have a problem with TextInput.How to focus on the > TextInput with cursor blinking when the application loads(Likewww.google.com). > > Any suggestions on this query....... > > Thanks & Regards, > Srinivas. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

