Re: [Flashcoders] swf to svg

2006-09-25 Thread David Rorex
I believe most vector drawing tools will let you export/save as SVG. For example, http://www.inkscape.org/ is a free vector editing tool. Another popular tool is Adobe's Illustrator. If you really want to use flash to make SVG, another option is to save as something besides SWF. For example,

Re: [Flashcoders] swf to svg

2005-11-13 Thread Helen Triolo
Yes: http://flash-creations.com/notes/sample_svgtoflash.php (What is thecanvasproject?) Helen Eric R. Shinn wrote: Is there ActionScript 2.0 code out there to convert SVG to an object the DrawingAPI can understand? Cheers, Eric R. Shinn [EMAIL PROTECTED]

Re: [Flashcoders] swf to svg

2005-11-09 Thread Eric R. Shinn
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricky Bacon Sent: Tuesday, November 08, 2005 9:56 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] swf to svg rishi wrote: Can some one suggest a way to convert swf to svg. I have multiple paths in my swf for which I want

Re: [Flashcoders] swf to svg

2005-11-09 Thread Ricky Bacon
rishi wrote: Hi Ricky Thanks for the reply but this link no longer works Thinking about this a bit more (currently finishing up a project that generates jpegs and svgs from Flash), if the shapes are defined in the FLA, you can export the shapes as an AI or EPS. Then open them in

Re: [Flashcoders] swf to svg

2005-11-09 Thread Eric R. Shinn
The end goal would be to create a design for a user interface in Illustrator and then export as an SVG file. Then, rather than download a graphic library for the SWF, have it draw it dynamically by downloading only the SVG XML-Doctype ;) I've coded graphics instead of drawing them and I've

Re: [Flashcoders] swf to svg

2005-11-09 Thread Ricky Bacon
Eric R. Shinn wrote: The end goal would be to create a design for a user interface in Illustrator and then export as an SVG file. Then, rather than download a graphic library for the SWF, have it draw it dynamically by downloading only the SVG XML-Doctype ;) I've coded graphics instead of