Copy link to clipboard
Copied
Hi everybody. I’m developing an application and I want that the user could keep some data such as scores and some other variables in order that they could be recovered the next time the user runs the application. I mean I have variables that are incrementing due to certain events but the problem is that they reset any time the user exits. How can I make to save them in order to recover them later? Thanks in advance.
Regards
Copy link to clipboard
Copied
The following is one option: Local shared object
Copy link to clipboard
Copied
Hi again. It seems to me that this refers to the browser, but my application is to be distributed by CD ROM and pen drives. Is not there any other method instead of cookies? Thanks in advance.
Regards
Copy link to clipboard
Copied
More information always helps when you are looking for help. If this is going to be an installed application then you could look into using Adobe AIR.
Copy link to clipboard
Copied
Hi. Well. Initially I didn't pretend to do an inatalable app. It is necesary in order to save data? I don't have an Air license. I have flash CS 4 proffesional. Cannot do it using flash? Thanks
Copy link to clipboard
Copied
Shared Object works fine for an installed app.