Skip to main content
MamenFLASH$
Known Participant
June 21, 2016
Question

How to save data in the application to recover it later?

  • June 21, 2016
  • 1 reply
  • 583 views

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

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
June 21, 2016

The following is one option:  Local shared object

MamenFLASH$
Known Participant
June 24, 2016

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

Ned Murphy
Legend
June 24, 2016

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.