I’ve mentioned a great open source library and conversion tool for rendering SVG vector graphics within your Objective-C iOS apps.
Here’s a library that allows you to render SWF vector graphics and animations in addition to being able to display bitmaps and text, and play MP3 music within your SWF files.
This is not like running your SWF files through Adobe AIR as there is no interactivity, but uses Core Graphics to display contained animations and graphics, and Core Audio to play sounds and music.
The library is SwiffCore from musictheory.net and can be found on Github here.
A great iOS library if you have some SWF assets that you’d like to use in an app.
While I haven’t tested it with too many SWF files so far it works brilliantly. Great job by the developer.