Can FlashDevelop deploy to iOS?

房东的猫 提交于 2019-12-07 05:45:22

问题


I have searched the internet looking for a definitive answer to the question of can FlashDevelop deploy to iOS. All the thing's I have read are not very clear and not very certain. I don't have enough money to afford Adobe Flash or Flash Builder so provided I have a Mac is FlashDevelop a suitable replacement that I can make flash games for iOS?

thanks, David


回答1:


Good tutorials

Here are some detailed tutorial here to publish to iOS from FlashDevelop - this kind of template will be integrated in FD in the future:

  • http://www.codeandvisual.com/2011/exporting-for-iphone-using-air-27-and-flashdevelop-part-two-creating-an-iphone-project/
  • http://connorullmann.com/2011/04/air-2-6-and-ios/

Workflow optimization

Please note that since these tutorials the AIR SDK was improved and you can package your IPA in "interpreter" mode, it greatly cuts packaging time and it runs about as fast unless doing really CPU intensive computations.

In your packaging command, use ipa-test-interpreter or ipa-debug-interpreter instead of the respective ipa-test and ipa-debug options. This is something to locate and change in the .BAT scripts which do the packaging job.




回答2:


Via Adobe AIR you can compile for iOS, and with the AIR SDK FlashDevelop can compile AIR / iOS.

I don't think they have FlashDevelop for Mac, though. I have a macbook pro and use bootcamp to boot in / run windows primarily to use flashdevelop and it works great.

FlashDevelop's project organization and code completion etc is so good, much better than adobe's, definitely worth it.




回答3:


Although this doesn't answer your question directly, I think this may still help you. Adobe provides free copies of Flash Builder (Standard Ed. only not Premium) if you meet certain conditions.

We provide free copies of Adobe Flash Builder 4.5 Standard to:

  • Students, faculty and staff of eligible educational institutions
  • Software developers who are affected by the current economic condition and are currently unemployed
  • Event attendees who receive a special promotional code at their event

http://www.adobe.com/devnet-apps/flex/free/index.html



来源:https://stackoverflow.com/questions/7151334/can-flashdevelop-deploy-to-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!