Hello
I have 2 questions about remote shared objects in Flex/ActionScript3:
1) If I connect to a remote shared objects, but do not handle the SYNC event, will the shared object still receive data from the server? ie. will the server still broadcast data to this client ? This is what I expect, but please let me know
2) Is the entire object state send each time the SYNC event is fired, or is it only the changes to the object state? I believe it is only the changes.