Mini database Input user history
Hello users, I am having a question about creating a mini local database with the 'SharedObject.getLocal' function. But I do not know if it is possible to load more than one information in textfield, only one ...
My goal is to create a textfields input to the user by the CPF, name and age, to create a sort of "user record".
And then a textfield to by only the CPF to pull the information recorded above (name and age).
Could anyone tell me if it is possible using only AS3, and a base associated with the theme?
Thank you very much in advance!
Exemple:
Frame One
[ ] Input CPF
[ ] Input Name
[ ] Input Age
Frame Two
[ ] Input CPF to pull the user data registered in frame one
