Using some very basic logic, I can login with an html form (with php checking the username and password against a database)
Also easily, I can login through flash (using URLLoader et all pointing to the same php file)
Both work fine, but I can login as two different users. One through the browser session, one through the flash session.
So I end up with a page that says “HI BOB” and contains a flash object that says “HI NOTBOB”
Please help this idiot noob figure out how I can login via html and have the session persist into flash. I already have a pretty extensive website already using php sessions, and would like to “drop in” flash without having to rework the site.
Thanks for any and all help! This is the best website around when it come to flash!