I use this chat here : http://renaun.com/blog/2006/10/13/111/ 

I have a problem : when I update the shared object on the serverside,
the clients connected do not receive notifications in the
SyncEvent.SYNC handler.

so.beginUpdate();
so.setAttribute("testAttribute", "testValue);
so.removeAttribute("Three");
so.endUpdate();


PS: if I edit the shared object's data content on the client side, I
receive notifications on all users in the SyncEvent.SYNC handler.

so.data.testClient = "testValue"; so.setDirty("testClient"); 

can somebody help? thx! :D

Reply via email to