PDA

View Full Version : Drawing API to SWF


ryanteach
07-10-2009, 07:56 PM
I need help. Just get me started on what classes to be looking at and working with.

I have an app that allows the user to draw and create temporal objects (sounds and animation).

I want the user to be able to SAVE and PUBLISH their output as an SWF file they can download to their computer.

I have no problem with the drawing and animation aspects, but I'm stumped on how to begin coding the output. Do I need to call some remote actions (JSFL) on the server to create the SWF? How would be the best way to pass the data?

Anyone? Get me started-- not looking for full code.

Thanks in advance!

spooner
07-10-2009, 08:57 PM
Look into FileReference

ryanteach
07-10-2009, 09:09 PM
Spooner,

I have used FileReference, but how do you create the "file" to be uploaded from a MovieClip on the stage?

Thanks!