Posts Tagged ‘sharedObject’

local shared object

Monday, May 25th, 2009

I am currently trying to figure out how to use a local SharedObject in Flash Lite to store the users’ scores and avatar choices. It seems to be writing to the phone’s hard drive ok but I can’t get it to read them back.

Here is the list of sites that I’ve found helpful so far:

  1. http://www.kirupa.com/developer/mx/sharedobjects.htm - provides a good intro
  2. http://www.permadi.com/tutorial/flashSharedObject/index.html - talks about some scenarios where it will and won’t work and has a good tutorial
  3. http://forums.adobe.com/message/1985522;jsessionid=1710A33F13972826B52B34BA64B967AA.node0
    I was having a problem not being able to read the SharedObjects I was saving. This URL and the next one helped me
  4. http://www.adobe.com/devnet/devices/articles/persistent_data.html - This tutorial helped me get my SharedObjects working