Pratik
Pratik

Reputation: 1

Why is my local shared object of flash deleted as soon as I close my swf

I have a swf which stores local shared object but when I close the swf it also removes the shared object from disk on my MAC (chrome/safari).

Upvotes: 0

Views: 132

Answers (1)

MonkeyMonkey
MonkeyMonkey

Reputation: 1

If you perform a flush() call before closing does it still remove it? Maybe check your local storage settings and make sure nothing looks off there. (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html). Is this the first time you've used an SO, or have you had other SO's save, just not this one? Seems like it could be a number of things possibly interfering, without knowing more...

Upvotes: 0

Related Questions