A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Very Vey Urgent Help required

  1. #1
    Junior Member
    Join Date
    Apr 2000
    Posts
    4

    Angry

    is there anybody here who can help me with my problem? well I have a registration form that asks users to enter username and password, when they click submit they will be transferred to login page where they would be able to enter the site using their username and password. all the process is automatic. I tried many scripts and programs to do this and my server does not support ASP and I dont know PHP at all. can anybody help me with any other way to do it (in details) I am not a programmer, so detailed explanation would be appriciated.
    I am really stuck with it, please help!

    Orion5

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    16

    Lightbulb

    why not try a flash login. On the button action set something like , where 'passbox' is an editable textbox and frame 3 is a message "unauthorised access" whatever..

    On (Release, Key: <Enter> )
    If (passbox eq thepassword)
    Go to and Play (3)
    Else
    If (passbox eq custpassword)
    Get URL ("custlogin.htm", window="_self")
    Else
    Play
    End If
    End If
    End On


    With a bit of work you could nest additional if - else statments to add other password. It also means someone with a swiffer could crack your passwords, but it will work and save the need for ASP. OR :-) try a javascript site for some ready made redirection code.

    cheers

    peter

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