Hi Madhu Thanks for replying. I have a doubt here. We can use the ExternalInterface API to access the javascript functions in the enclosing HTML wrapper. But in my case I have to move to another page in another tab using the navigateToUrl method, then how can I access the username, password, auto fill them and submit.
On Fri, Mar 22, 2013 at 10:45 AM, Madhu Dutta <[email protected]>wrote: > yes you can do that..flex is totally pat from independent. you can use > external interface to do that. you can put the user name/password on start > up of loading page.by external interface.go the external interface,you can > get the answer. i have implemented this on my mobile apps.it is working > fine. > > On Fri, Mar 22, 2013 at 10:38 AM, Nitin Gopi <[email protected]> wrote: > > > Hi > > I have a flex application. From this application I want to navigate to > > another url which is a html page. To do that I can use navigateToURL() > > method. In the new url I have to login. I need to automate the login into > > the page. For example if I am in a flex app, then clicking on a button I > > should auto login to my gmail page in another tab. I have all the > necessary > > credentials in the flex app itself. Has anybody done that? > > -- > > You can only depend on yourself. The cavalry ain't coming. > > > > > > -- > *Thanks & Regards* > *Madhusudan Dutta* > -- You can only depend on yourself. The cavalry ain't coming.
