Search code examples
flashflash-media-servershared-objects

How can I access an existing flash shared object?


I am trying to access a flash shared object using sharedObject.getLocal("sharedObjectName");

But, it always creates a new object and doesn't locate the existing object, then I searched the location where it saves the object and I got this location from the internet: c:/Documents and Settings/username/Application Data/Macromedia/Flash Player/#SharedObjects

But, I could not get this directory in my windows XP.

Anyone please help me to access my shared object which is residing in my flash media server\application folder..


Solution

  • Flash Media Server shared object can be read in next ways:

    • via Admin Console - must fit you;
    • via custom fms code that will read SharedObjects and get result back to client side - long way.