Store Data

  Deutsche Online Hilfe Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

If your application needs to temporarily store data (e.g. results of a test), use the local shared object functionality.

 

A local A local shared-object is stored on the user's machine. Depending on the operating system it is e.g.

 

for Windows XP: Documents and Settings\userName\Application Data\Macromedia\Flash Player\#SharedObjects
for Vista: \Users\userName\AppData\Roaming\Macromedia\Flash Player\#SharedObjects

 

Example

// Create a shared-object named "userData"

mySharedObject=SharedObject.getLocal("userData");

 

 

 

 

 

Page url: http://www.helpserver.biz/onlinehelp/lpmme/2.1/generator/help2000/index.html?store_data.htm