Hi!
So, I have a flash file with a movie clip that can be edited in real time (essentially a whiteboard). Now, I’d like to save the movieclip in real time to a flash media server. I can do this with audio or video by using the commands Netstream.attachAudio(Microphone) and similarly with the video. FMS then creates an .flv file with the relevant information. I’d like to do something similar with the editable movieclip so that it saves it in real time (i.e. not just snapshots, but rather as a movie keeping track of all changes etc.) Is there any way to easily do this? Can you record a movieclip to FMS using netstream or some other method?
Any help is appreciated!
–Pontus