Create iOS App from Flash Animation
With KoolMoves you can export your Flash animation as an Android mobile app using the ADT program contained in the AIR SDK.
First download Adobe AIR SDK from the internet. To create an Android mobile app, select "Create Android App".
.
Locate the path for AIR SDK on your computer. Locate your code-signing certificate (or first create one or purchase one). Edit a sample application descriptor xml file (the default xml file is sufficient to generate the app). Select architecture and any additional folders or files. Press Run.
.
To use ADT to create an .ipa file for iOS, you will need an Apple developer account and an iOS device to test the app. To create an iOS app, use the -package command with -target ipa-ad-hoc. For details, see http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac35eb7b4e12cddc5fbbb-8000.html and http://help.adobe.com/en_US/air/build/WSfffb011ac560372f3cb56e2a12cc36970aa-8000.html.