Avatar

Level 2

HI Arun,

its just a basic sharedwhiteboard,

<mx:Panel id="whiteboardPanel" width="100%" top="20" height="50%" minHeight="800">

     <rtc:SharedWhiteBoard id="whiteboard" sharedID="default_WB" height="100%" width="100%"/>

</mx:Panel>

when i logged into the room i call..

whiteboard.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSyncWhiteboard);

whiteboard.subscribe();

it correctly subscribes.  would it have anything to do with the fact that I had only Unchecked "sessiondependentitems" halfway through my drawing?  Would I have still encountered this if i an made "sessiondependentitems" false from the start?

below is a screenshot of my node settings (they are identical for all the 3 nodes of the sharedwhiteboard).

node settings.png

I am using flash builder 4.0, with flex sdk 3.5 (was using 4 but had some errors) and flash player 10.0.0 along with the latest LCCS SDK just recently released.. i've never seen this before either.  Any ideas?