12/28/2010 11:29:25 PM
Title:
about Whiteboard with Flex And FMS
Hello,
I am developing white-board with Flex and FMS. I want to save or send total drawing Canvas to FMS, and Brings back at Sync Event., so that whwnever user changes or draws something on Canvas it will reflect to other user. How to do that???
Or
How to send and recieve Canvas Object to FMS using flex?????
1/4/2011 10:47:47 AM
FMS is used to exchange data in real time. You create drawings using some parameters like width, height color etc . You can send this data to FMS using sharedObjects which is received on all the users connected and create the drawing objects at all the users.
if you have just started learning FMS then you should look into samples that come with FMS installation .