Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jun 21, 2016 Jun 21, 2016

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

TOPICS
ActionScript
541
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 21, 2016 Jun 21, 2016

The following is one option:  Local shared object

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 24, 2016 Jun 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 24, 2016 Jun 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 24, 2016 Jun 24, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 08, 2016 Jul 08, 2016
LATEST

Shared Object works fine for an installed app.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines