hey all,
i’m using the kirupa script login to test something and for some reason i can’t get it to log in i tested the php page and that works fine…so its a flash problem here is my code on my send button.
on (release, keyPress "<Enter>") {
if (user != "" && pass != "") {
status = "Begin Login Process - Wait...";
loadVariablesNum("login.php", 0, "POST");
}
}
Cheers PeePs