Re: [flexcoders] Login / Password Form

2009-02-05 Thread Alan K
No, you can use a PHP file, for example, to hold and check against.


Hello, 
I am searching a code source exemple for a classical login / password
form in a flex application.
Did I need absolutely a database to store Passwords ?
Thank you, 
Christophe, 




Re: [flexcoders] Login / Password Form

2009-02-05 Thread anuj sharma
I made something like that where I use Flex to develop my UI and store the
login info in XML file on the server.
To read and write data to that xml file I use server side language PHP
though amfPHP , Encryption can be done using action script library as3crypto
but in my project we use
JavaScript and PHp for encrytping these credentials on the wire (through the
network).
Hope that might help you
Anuj

On Thu, Feb 5, 2009 at 12:17 PM, Alan K ultr...@gmail.com wrote:

   No, you can use a PHP file, for example, to hold and check against.


 Hello,
 I am searching a code source exemple for a classical login / password
 form in a flex application.
 Did I need absolutely a database to store Passwords ?
 Thank you,
 Christophe,