|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Sep 2004
Posts: 5
|
Flash Actionscript Problems.
Okay, i'm trying to get flash actionscript to go to a PHP file and all that, which works.. But I need help on the URL part of it.. the current is
Code:
on (release) {
if (RegName ne "") {
Status = "Beginning registration Process... Please Hold";
loadVariablesNum("Register.php?RegName="+RegName+"&"+random(999) , 0);
} else {
Status = "Please enter a User Name to register";
}
}
Code:
on (release) {
if (Name ne "") {
gotoAndPlay(2);
Status = "Beginning Login Process.. Please Hold";
loadVariablesNum("Login.php?Name="+Name+"&R="+random(999) , "0");
} else {
Status = "Please enter a User Name";
}
}
Code:
on (release) {
if (RegName ne "") {
Status = "Beginning registration Process... Please Hold";
loadVariablesNum("Register.php?RegName="+RegName+"&"+random(999) , 0);
loadVariablesNum("Register.php?RegPass="+RegPass+"", 0);
} else {
Status = "Please enter a User Name to register";
}
}
Can anyone help? Last edited by DJPhr0st; 09-05-2004 at 01:45 AM. |
|
|
|
|
|
#2 |
|
Member (3 bit)
Join Date: Sep 2004
Posts: 5
|
Incase you need to see the script, you can get it at
http://djp.servehttp.com/movie.zip |
|
|
|
|
|
#3 |
|
Member (3 bit)
Join Date: Sep 2004
Posts: 5
|
Bump bump!!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|