Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 09-05-2004, 01:34 AM   #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";
    }
}
and
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";
    }
}
Now, my problem is I need to make it where it will register the password and read the password also in that one line, if I make it in sep. lines like this
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";
    }
}
It adds 2 diffrent tables, one for username then another for password..
Can anyone help?

Last edited by DJPhr0st; 09-05-2004 at 01:45 AM.
DJPhr0st is offline   Reply With Quote
Old 09-05-2004, 05:15 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
DJPhr0st is offline   Reply With Quote
Old 09-05-2004, 01:52 PM   #3
Member (3 bit)
 
Join Date: Sep 2004
Posts: 5
Bump bump!!
DJPhr0st is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:52 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2