OK So this is how it works; I have a login and currently all the usernames, password, and 3rd value (path) are stored in the actionscript, and using an “if/ else” the login is either rejected or passed to another dynamically created asp page. The dynamic asp page takes the third value (path) and uses it to determine the path of the dynamically created directory.
What I need to do is recreate this but using a Microsoft Access database (.mdb) to store the username, password, and path values. In thereory this is what I think I need in order for it to work. The flash login page --> passes the username and password values to an asp page that checks against the database —> then returning the path value to either the flash file or to the dynaically created asp page.
Files:
Flash.swf
login.asp
directory.asp
login.mdb
ANY HELP would be greatly appreciated. I’m stumped.