You would use a SharedObject or 'Flash Cookie'. On load you would check
to see if it exists and if it does, use the value to populate the
textInput.text of each field with the value.
http://en.wikipedia.org/wiki/Local_Shared_Object
http://www.kirupa.com/developer/mx/sharedobjects.htm
You create and read them in ActionScript so it doesn't matter if you use
Flex, Flash, etc..
On 2/28/2010 1:29 PM, iloveyouwisconsin wrote:
Can anyone point me to a good flex 4 tutorial on creating a login form
w/ a "remember me" feature?
thx