redirect - how to auto login to another html page from flex -


I have a Flex application. With this app, I want to navigate to another url which is an html page. To do this, I can use the navigateToURL () method. In the new url, I must login, I will need to automate the login in the page. For example, if I'm in the Flex app, clicking on a button I should have an auto login on my Gmail page in the second tab. Do I have all the necessary credentials in the Flex app? Has anyone done this?

If you use OpenID, there may be a login for many sites, you can get GMail, FBook or Some providers will have to start and you can go to your flex site.

  • div>

  • Comments

    Popular posts from this blog

    excel vba - How to delete Solver(SOLVER.XLAM) code -

    jsp - Google line chart x-axis shrinks on transition -

    java - Reaching JTextField in a DocumentListener -