all groups > flash data integration > december 2005 >
You're in the

flash data integration

group:

Flash/ASP Login



Flash/ASP Login mitcho
12/20/2005 1:20:39 AM
flash data integration: Hi all,

I recently created a Flash/ASP login with an Access database with 4 fields
(userName, firstName, lastName, password).

At the flash screen, users type username and password, which are sent to the
ASP page and verified against the userName and password fields, and the ASP
sends a 'userInfo=true' or userInfo=false' back to flash.

THIS WORKS FINE!!!

BUT What i also want to do now, is after the ASP has verified the username and
password of a user, i want the ASP to send that users firstName and lastName
(from the firstName and lastName fields) back to the flash file also. so aswell
as getting the 'userInfo=true' or 'userInfo=false' information, i want to get
the 'firstName' and lastName' information of the logged user. then i can
display the users full name when they have logged in and been taken to the
members only section (frame 5 of the flash file).

I have tried a couple of things to do this but i cant seem to get it to work?

the url for the Flash File, ASP file and Access database is
www.danielholmes.com.au/login.zip

Any assistance would be much appreciated from anyone.

Thanks and kind regards,

Mitcho
Re: Flash/ASP Login Randy1969
12/20/2005 5:47:10 PM
from asp use
response.write "unserinfo=false&firstName=John&lastName=Doe"
replaceing the variables in the string before issueing the write
Re: Flash/ASP Login mitcho
12/22/2005 9:29:40 PM
AddThis Social Bookmark Button