Hello, on my air project I've got some input textfields where a user types a name and a code and then when he hits a button the flash communicates with a PHP file and if the name/code exists it displays some data on different dynamic textfields.
Is it possible to create a "save" button for the input textfield info? for example type a word: "test" and hit save, then if you close the application and re-open it, the textfield must remember that "test" word so the user doesn't have to re-type it.