I have a program with a save feature - the user clicks a button, and everything is saved to a local Shared Object with the flush(); command.
My problem is that Flash .swf files automatically save to the local Shared Object when the movie is closed, overwriting their previous, manual save.
Is there anyway to prevent flash from saving to the shared object as the movie closes?