Well, you cannot build the SWC from withing your Flash application, but
you should be able to get all the events from the Whiteboard and save
them in a portable file format that you can use to recreate the drawing
(i.e. svg or fxg). Once you are done with the drawing you could send
your data to a server that will build a SWF / SWC and send it back to
the user.I didn't play with FXG or the Flex 4 SDK at all, so I could be
completely wrong here, but it may be possible that if you use fxg you
can l...