Storing local data

Flash Player 9 and later, Adobe AIR 1.0 and later

You can use the EncryptedLocalStore class to store small amounts of privacy-sensitive user data on the local computer in an AIR application.

You can also read and write files on the file system and (in Adobe AIR) access local database files. For more information, see Working with the file system and Working with local SQL databases in AIR .

You can access cookies in content running outside the application security sandbox, using the same JavaScript functions that you would use in the browser.

// Ethnio survey code removed