tags:

views:

24

answers:

2

Hi, I am deploying a desktop application using AIR, and I would like to store some user-specific data on the machine such as a history of his entries. Is this possible? Where can I learn more about this? Thanks, Mike

+1  A: 

This blog tells what all options you have for local data storage using AIR. Select one which best fits your needs and livedocs(Adobe Help site) will contain a good explanation of them along with examples.

Umesh
A: 

There are some examples in the Air version of Tour de Flex for how do this.

James Ward