I don’t know much about remote shared objects and I don’t know if I am going in
the right direction with this or not. But, In my application I would like to store a list of users that are connected to a room and when a user disconnects the object is updated and clients connected are informed. The sample I used below I used a changeList array that contains information about each client. I get no value back, no events, are triggered no exceptions, nothing. Any help would be most welcome. Thanks Guya
so.connect(nc); so.addEventListener(SyncEvent.SYNC, onSyncHandler);function onSyncHandler(event:SyncEvent):void{ var object:Object = new Object(); for(var i = 0; i <changeList.length; i++){ info = changeList*; case “Success”: break; case “Clear”: break; case “Change”: break; }}