I recently found out that flash (swf) files can be exported into an android native app (.apk) instllation coupled with the adobe air core, so this means a great opportunity to bring the animator's flash files into my native app without modifying them (Great!!) - Yet it brought me to a number of questions:
- Can I open the exported apk and, for example, take out the nice libCore.so and embed it in my apk?
- Can I insert more than one SWF file in one export, and then invoke each with intents or another mechanism?
The idea is to use the animation generated by the animator guy (which provides me with SWF files) and show them in my Android native app. Let's say there are 15 animations, and I each time I want to run one of them. I don't want multiple installations, that's why I want the exported apk mixed with my app (is it possible?).