I have a project where the client can save data from a flex app to their client in xml , something like
<xml>
<project id='1111'>
<data ... />
<data ... />
</project>
</xml>
this is stored on the flex sharedlocalobject , but if the client creates a new project it overwrites the existing project. How can i store multiple projects in the sharedlocalobject?