;

PDA

Click to See Complete Forum and Search --> : multiple log in user and id sent to diff pgs


Sonia
10-07-2002, 06:55 PM
Hello,

I'm trying to create a multiple user name and password in Flash 5. My server is a Unix. When they do submit their id and password, I want it to go to an assigned page for that user only. For example, User 1 goes to page1.html and User 2 goes to page2.html. How is this done?

Thanks :confused:

Musicman
10-07-2002, 07:19 PM
Hi,

you should use a server script that receives the user and pass and returns either
status=ok&page=page1.html
or
status=fail
If there is a page, the movie would do geturl to load that page.
Warning: if someone can find out the name, e.g. page1.html, the protection is gone

Musicman