Storing data and files locally with AIR
By now, I’m pretty sure that most of you know that you can store data and files locally with AIR. There are a number of different ways of doing this and fellow platform evangelist Mihai Corlan has a great article with code snippets that show you several of them.
He talks about storing data in a SQLite database, storing ActionScript objects in files, storing assets such as images or video in files, and how to use the encrypted local store. You can just copy and paste the code snippets from the article or download the zipped Flex project file.






