slowman21
slowman21

Reputation: 2515

Is there a way to convert SWF into SVG format?

Is there a way to convert FLA or SWF into SVG format? It can be a Software? Or even a Web convertor? I have tried a few things and none of them worked. All of them seems out of date.

Upvotes: 19

Views: 24328

Answers (7)

Gary
Gary

Reputation: 183

I know this thread is a little old now but for future reference it is possible to convert fla's to swf's using this Flash extension 'Flash2SVG'.

Whilst it isn't reliable for complex animations, and obviously doesn't support ActionScript, for simple animations (or static vectors) it works really well.

Upvotes: 7

Ivan Chernykh
Ivan Chernykh

Reputation: 42196

Flash Professional CC can export SVG now.

File > Export > Export Image , Save as type > SVG Image (*.svg) 

Upvotes: 2

susrut316
susrut316

Reputation: 140

You can use this online application for converting frames to SVG.
Preview, zoom and download.
Check this - http://riaxe.com/online-swf-to-svg-converter/

Upvotes: 2

EGN
EGN

Reputation: 2592

I think this is what you are looking for

http://swf2svg.sourceforge.net/

Upvotes: 1

IS4
IS4

Reputation: 13217

https://github.com/flying-sheep/SWF2SVG seems nicely working. Also online at http://wonderfl.net/c/sPjI .

Upvotes: 1

Yuri Visser
Yuri Visser

Reputation: 137

Not sure If you might have found these, but have a look at http://www.google.com/doubleclick/studio/swiffy/ that turns swf into html - might be the closes one can get to swf to svg

Upvotes: 6

zeh
zeh

Reputation: 10689

No. There are too many features that SWFs support and that the SVG format does not for it to be able to create a valid version of the SWF.

If you just want the symbols, you can open/import/paste them into Adobe Illustrator and then save it as SVG. That'd work. You lose all SWF functionality and advanced features, of course.

Upvotes: 7

Related Questions