|
|
|
|
Login Using Flash MX, PHP, and MySQL
Home » PHP » XML and PHP
This tutorial will teach you how to make a login section on your Flash movie. This login section will take in a username and a password and check for an EXACT match in a database, then redirect as needed. This tutorial will show you the basics on how to authenticate in Flash.
It is not a totally web secure system (SSL), however, all your information will be in SWF movie, the scripts will be in PHP, and the usernames and password are in a database. That way, no information is easily obtained. Click the picture below for a working example; use 'testone' as the username and 'testtwo' for the password. For this tutorial to work, you'll need PHP and a database in MySQL. If you don't know what PHP or MySQL are, then check these tutorials
|
More Tutorials by this user
|
|
|
|
|
|
|
|
|