PDA

View Full Version : Create a secure log in for flex 3


jarmanje
05-25-2008, 09:48 PM
Hello there. I'm quite decent with Flash 9 AS3 and am switching over to learn flex 3.

Does someone know of an example/tutorial on how to go about creating a log in system?

Any help would be great

thanks a lot

Ghost3313
05-26-2008, 05:35 AM
Hey Jarmanje,

I have created several login systems, question though :

Did you want to have the login information stored within a hidden file , or in a database?

Let me know and ill post the anwser :)

Ghost3313

jarmanje
05-26-2008, 10:22 AM
Hello, Ghost. Thank you for your reply!

I think to start with, I will go for storing the username and password in a secure file. As I will only have 3-4 users and it will function as an admin control for our db.

I will have lots of mysql interactivity but think it is more than sufficient to store it in a file

Best regards an thanks

jarmanje
05-28-2008, 01:15 AM
Hi Ghost, did you find an example of secure log in?