HTTP.Submit and Flash

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • heuer
    Forum Member
    • Apr 2006
    • 17

    HTTP.Submit and Flash

    I have search this forum inside and out for a solution how to add a web object to login to a web site and go to another page in AMS.

    I have also search for a solution in flash to place a flash object on a page and then pass the variables from Flash to web and then go to another page in AMS but no success. (basic flash knowlege)

    I want to use a User Management System to handle the security, but after login, go to another page in AMS.

    Please, does any one have a solution.
  • jassing
    Indigo Rose Customer
    • Jan 2001
    • 3124

    #2
    I think what you'll want to do is just do a web query to to see if the login info is valid; then from that; move on to the other AMS page.

    Comment

    • heuer
      Forum Member
      • Apr 2006
      • 17

      #3
      HTTP.Submit

      Jassing, the problem is I do not know how?

      Kind regards

      Comment

      • jassing
        Indigo Rose Customer
        • Jan 2001
        • 3124

        #4
        Originally posted by heuer View Post
        Jassing, the problem is I do not know how?

        Kind regards
        well; you'll need someone to do the website (Php/asp etc) then and tell you the query to make and then evaluate the result.


        Definately need server-side work done...

        Comment

        • heuer
          Forum Member
          • Apr 2006
          • 17

          #5
          User Manager system

          I have already a user manager system (PHP) All I wan to do is to pass the login and go to amother page in AMS

          Comment

          • jassing
            Indigo Rose Customer
            • Jan 2001
            • 3124

            #6
            Originally posted by heuer View Post
            I have already a user manager system (PHP) All I wan to do is to pass the login and go to amother page in AMS
            then use http.submit() and evaluate the results; then if the return results indicates a valid login; then use page.jump().

            Comment

            Working...
            X