Hi, I have a problem with a Remote Shared Object.

I have created a Shared Object on the Red5 server, I have set some 
attributes.
Now I want to access to Shared Object on client side. I tried this code but 
It doesn't print the attributes:

var onlineSO:SharedObject = new SharedObject();
onlineSO = SharedObject.getRemote("soList", nc.uri, false);
onlineSO.connect(nc);
for (var i in onlineSO.data)
        {
        trace(onlineSO.data[i].toString());
        }

Do I have to write any code server side to access Shared Object from client 
side?

Thanks, Gianni

_________________________________________________________________
Scarica gratuitamente MSN Toolbar! http://toolbar.msn.it/


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to