Hopefully you guys can help me out. I’m currently developing my first iOS app and need to display Vector graphics, as i understand it, to do this i need to use .SVG files. The plan is to use the MonkVG API to handle the vector implementation inside Cocos2d.
At the moment i have all of the required Vector graphics (some with animation, some without) inside multiple FLA’s. I need to be able to export these Vector graphics to multiple .SVG’s.
I have tried to use the Flash Professional Extension ‘Flash2SVG‘ with limited success. It outputs some Vectors but as soon as they become a little more complex the extension crashes. I have also looked at a few webpages that promise to convert to .SVG through an uploader however these seem to return unusable files.
So i guess my question is, does anybody know any other reliable methods to complete a FLA/SWF to .SVG conversion?
Thanks.
Actually if you want to use the SWF format you should look at Claus’ awesome as3swf library which includes shape exporters including directly to Objective C.
If you do have the .fla and Illustrator installed, you can try to export an .fxg file from Flash, open it in Illustrator and save an SVG from there. The .fxg format supports more features than the older Flash .ai exporter.