PDA

View Full Version : how to getRemote()?


sushil_kokate
10-26-2005, 06:49 AM
HI,

I m working on a maintanance project. The developers used getRemote() to store data on remote as well as local machine as:

var so:SharedObject;
so = SharedObject.getRemote("myCookie", "rtmp:/./..", "/");

As per flash documentation, the 2nd parameter tolds the Flash Comm Server path and lasrt parameter tolds the local path on which sharedObjects is persistant.

If try to run the fla in Flash MX version 7.2, it gives me error as
"Type Mismatch"

what wud b the problem?

I'v installed flash comm server, but dont know its configuration.

what does the "rtmp://" designates here?

plz help me. :confused:

any link to tutorials is welcome.

thnx in advance.