mazKoba
09-24-2007, 03:15 PM
did you have problems to retrieve data from your remote shared object?
I can create my RSO in my online FMS, but I can't retrieve data from it...
If you have 2min, please watch this: http://www.youtube.com/watch?v=JlCKOX-vd0s
var my_nc:NetConnection = new NetConnection();
my_nc.connect(myServer+"/iTest");
var my_so:SharedObject = new SharedObject();
my_so = SharedObject.getRemote("testSo", my_nc.uri, true);
my_so.connect(my_nc);
//my_so.data.myinfo = "string stored";
//my_so.data.flush();
trace(my_so.data.myinfo);
//cheers
I can create my RSO in my online FMS, but I can't retrieve data from it...
If you have 2min, please watch this: http://www.youtube.com/watch?v=JlCKOX-vd0s
var my_nc:NetConnection = new NetConnection();
my_nc.connect(myServer+"/iTest");
var my_so:SharedObject = new SharedObject();
my_so = SharedObject.getRemote("testSo", my_nc.uri, true);
my_so.connect(my_nc);
//my_so.data.myinfo = "string stored";
//my_so.data.flush();
trace(my_so.data.myinfo);
//cheers