PDA

View Full Version : Access+asp+flash login


darkstyle
07-18-2004, 10:49 AM
helo there..
i have a client login page in flash which has two field
: user
: password

now i want the user to identify there user name and password from the access data base file and login to a specific asp page

different client will be logining into different pages using asp,flash and access
please help require..... if posiable attact a sample file with it,... thank u all..

hope someone come up with help

Cota
07-18-2004, 10:41 PM
So you want users to login through flash, then be re-directed to another page. First you'd setup two text fields, then have a button which would then use loadVars() sendandLoad method. The sendandLoad would send the values of the login to an ASP script which would process, and return what ever values you wish to flash, then flash can re-direct based on those values. Any questions?