I Wlii give 100 points to the best answer.
I don't know if you can use flash for a log in. You will need to use more than just HTML though. The only way to validate a log in is through a database. In order to talk to the database you will need to use a server side technology (PHP, ASP, JSP, etc.). What you use will depend on what the server supports and what can connect to the database you use.
I recommend also that you get SSL encryption on the log in page, otherwise anyone who is watching your traffic will be able to steal passwords.
I recommend also that you get SSL encryption on the log in page, otherwise anyone who is watching your traffic will be able to steal passwords.
I don't know if you can use flash for a log in. You will need to use more than just HTML though. The only way to validate a log in is through a database. In order to talk to the database you will need to use a server side
technology (PHP, ASP, JSP, etc.). What you use will depend on what the server supports and what can connect to the database you use.
I recommend also that you get SSL encryption on the log in page, otherwise anyone who is watching your traffic will be able to steal passwords.
I recommend also that you get SSL encryption on the log in page, otherwise anyone who is watching your traffic will be able to steal passwords.