lelales
05-14-2005, 07:58 PM
Okay, I'm completely clueless on this, maybe someone can point out a tutorial.
I think I know how to make a page secure by hardcoding the username and password into the Flash file, but the client wants to be able to update these fields. So I guess I would need some PHP and a database.
Or maybe just a flat file that says."[as]
<php>
print "&username=" . sean . "&password=".password");
</php>
But how can I place this info into variables for Flash from a flat text file?
thanks
I think I know how to make a page secure by hardcoding the username and password into the Flash file, but the client wants to be able to update these fields. So I guess I would need some PHP and a database.
Or maybe just a flat file that says."[as]
<php>
print "&username=" . sean . "&password=".password");
</php>
But how can I place this info into variables for Flash from a flat text file?
thanks