Connecting a Flash menu with a PHP backend
Posted: Wed Apr 13, 2005 9:40 pm
I'm creating a flash menu bar with a login page on it. If a user logs in then the script displays processing until the information is received. If they entered the correct information the login form is replaced with there account information.
I'm running into a problem while sending and receiving the data. Does anyone know how I can send and receive a lumpsome of information? Do I use loadvars() and if so how? I need to send the users username and password from the login script to my backend php login process. I need some of their account information to be sent back if successfull(I already know how to do the php stuff).
I just can't figure out how to connect the two. Any suggestions?
I'm running into a problem while sending and receiving the data. Does anyone know how I can send and receive a lumpsome of information? Do I use loadvars() and if so how? I need to send the users username and password from the login script to my backend php login process. I need some of their account information to be sent back if successfull(I already know how to do the php stuff).
I just can't figure out how to connect the two. Any suggestions?