I am totally lost here. I’ve got a form created in flash with two fields, “username” and “password” are the var names.
It is located in the movieclip form with the instance name: form.
I also have a submit button doing this:
on (release, keyPress “<Enter>”) {
form.sendAndLoad(“login.php”, “POST”);
}
I don’t know if the variables are submited to “login.php” or what.
As I said I am lost here, can anyone see if they can help or fix?
(the login.php is part of a phpBB forum and also has the variables “username” and “password” for a normal php login. I’m just trying to add a flash login, so I am using the same variable names)
Here are the files if anyone cares to look http://www.mkhaz.com/ne148on/help.zip