A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: multiple log in user and id sent to diff pgs

  1. #1

    multiple log in user and id sent to diff pgs

    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

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center