Hi all,
I'm making a desktop based program where I will need to save a lot of user information, and I am trying to figure out if SharedObjects is the answer. I do not plan on moving the application once it is installed on the user's computer either. I have a few questions:
- Does a shared object file get deleted when you uninstall the Adobe Air program from the computer? If not, when does the file get deleted?
- Is there a size limit for the shared object file that you create? I know for web applications, the adobe player prompts the user if more space is needed (I think default is 100K).