Displaying a SWF on the iPhone with Cocos2d and MonkSWF
Here’s a problem that often crops up in our iOS projects – how do we get assets originally created as vector artwork in Flash onto an iPhone or iPad? The simple solution is to export the assets as bitmaps, but this approach has a number of issues. First, it means making and exporting multiple versions [...]