Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

macsrules

macrumors regular
Original poster
Feb 26, 2008
248
0
Hello,


I need some help, I am trying to pass login through a flash movie. What are the variables that I need to make this work.

1. One of the images below is the one on the flash site. The var names are "username" and "password". Here is the action script I wrote.


on (release) {
getURL("https://www.nameofthesite.net/login.php", "_self", "POST");

form.loadVariables("https://www.nameofthesite/login.php", "_self", "POST");
}



I know it is this is off. It will open the login site but will not fill in the login fields and take me to the internal pages. Any help would be great.
 

Attachments

  • Picture 1.png
    Picture 1.png
    2 KB · Views: 133
Thanks for post this is not going to work though.

I have two fields in my flash document. The first is user name, the other is password.

When the user types there user name and password into the fields and hits the submit button it needs to log them into our main site which is PHP based. Can anyone help me with the tie in's here?


Thanks in advance
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.