all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

How do you get a password to enter next frame?


How do you get a password to enter next frame? www.mdproject.tk
2/29/2004 7:22:00 PM
flash actionscript:
I need a little help in how to get a password to enter next frame.
e.g : once you type in the password and click enter in goes to the next frame
or a certain frame...

I want information on how to make sure the button corresponds with the
password and more.
Kind regards,
mdproject design
Re: How do you get a password to enter next frame? kglad
2/29/2004 10:23:55 PM
how secure is this supposed to be? if you want nearly no security, you can
store the correct password within your flash file (in a variable) and check it
against the submitted passed. if you want more security, you can read the
correct password in from a file stored on your server. the name of the file
should incorporate the correct password and the file should be stored in a
directory that has some security like a cgi-bin directory.
AddThis Social Bookmark Button