Local shared objects, anyone know where they're stored?

Hi all,

I’m learning about local Shared Objects, flash MX’s equivalent of cookies, with some excellent direction from pom with his tutorial on this. I scanned through the tech notes at macromedia that pom linked to for more on shared objects, especially to find out where and how they are stored on the computer, the latter being suffiently answered. Check me if I’ve missed something, but I just can’t find anything about where they are stored.

As shared objects are not generated by the browser but by the flash player would they be stored in the tempory internet files folder like cookies are or not? I call the object to be stored locally user_profile


SharedObject.getLocal("user_profile");

but I can’t find it in my tempory internet files even though it stores the info I want it to when I come back on the refresh. Where are these things stored? I just got to know.

Hope this is not a stupid question its just I have to know things like this or as they drive me up the wall untill I find out. Could someone direct me some more on this.

wow… that’s pretty cool. Can you direct me to the thread where pom provided links?

that looks soooooooooo easy now. (cookies in 5.0 were a pain in the tukus.)

http://www.macromedia.com/support/flash/action_scripts/local_shared_object/

and the other

http://www.macromedia.com/support/flash/ts/documents/local_so.htm

they’re at the bottem or his tutorial :slight_smile:

danka…

Try searching for *.sol using you OS Utility.

Nice one! Found the little things. After finding them, I suddenly found this following information. Typical!

In windows they are defaulted to the Flash Player directory in the Application Data folder ect. This can be overrided by passing a value for the localPath parameter of the SharedObject.getLocal command. I read this at the link below:

http://www.ok.sfc.keio.ac.jp/~yusuke/asp/flashcom/flashcom_help/flashcom/html/04_tips_and_tricks31.html

Interesting

:nerd: :slight_smile: