I have a flash applcation which has two things
1.Browse for new image component
2.Build scroller image gallery component- has 10 recently uploaded images only
How do I save the new images as and when the user browses it and store it locally and then reuse it again for later sessions (load the images from the saved location and build the scroller again when user visits next time)
Please help me know how to save images locally and then reuse it later as well, more like a history application
Here you go :
This piece of code save images in shared object and restore them when you restart.