PDA

View Full Version : Use drawing api to edit loaded swf then save to server :S


Paul Ferrie
03-09-2007, 12:59 PM
Right let see if i can make some sense.

I have a classroom built with FMS there is 2 levels of user, Student and mentor.
The student is able to upload files related to the class room. In most case's the files will consist of quicktime movies converted to swf (ffmpeg) on the fly.
The mentor can then play back the swf in a basic swf player with stop/start/nextframe/previuos frame buttons.

What i am looking to do being a mentor viewing these swf's is to be able to anote the swf's. This could be in the form of using flash drawing api to add notes to the swf frames and then saving a new copy of that swf or adding an audio note on each frame. Or it could be both.

My problem/questions is how would i go about using flash drawing api to markup frames of a loaded swf and then to make a new copy of that swf with that mark-ups.

I already have a basic drawing api that i can use.

Thanks for any help or input

Paul