views:

19

answers:

1

I need to convert many .svg images into swf format. I can do this be opening the .svg in Adobe Illustrator and exporting to swf but this is very time consuming. Are there any free command line utilities out there that will convert .SVG to .SWF? I have already tried SWFMill with no success. I have also downloaded Ming but cannot compile the c++ source.

A: 

You could try svg2swf. Looks like the Windows binary got updated in 2009 so there's a good chance it'll work.

robertc