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.
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.