We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
可以在他们的 wiki 上找到很多帮助 - FlashDevelop wiki
如果你想开始在 Flex 中进行开发(如果你来自桌面开发,这可能是一个非常好的主意)FlashDevelop 可以,但我建议首先使用 Flex Builder,因为你可以在网上找到很多示例使用它构建的,而且它真的非常简单,因为它的目标是广告 Flex。如果您是学生,您可以在此处从 Adobe 获取免费许可证,如果您不是还有 30 天的免费试用期。
A lot of help can be found on their wiki - FlashDevelop wiki
If you want to start developing in Flex (which might be a really nice idea if you're coming from desktop development) FlashDevelop will work, but I would suggest to use Flex Builder first, as a lot of examples you will find on the web are built using that, and it's really very straight forward, as it's aimed ad Flex. If you're a student you can get a free license from Adobe here, if you're not than there is a 30 day free trial.
我一直在使用 Flashdevelop 学习 Flex,并使用《Adobe Flex 3:从源头开始训练》(这是一本很棒的书)。我已经在博客中记录了这些课程以及我必须做什么才能使用 Flashdevelop 而不是 Flex Builder 来完成某些工作。
包含特定 Flashdevelop 信息的帖子(从设置到创建 css swf、模块、rsl 等)均带有 Flashdevelop 标签:http://mattreyuk.wordpress.com/tag/flashdevelop/
I've been learning Flex using Flashdevelop and working from Adobe Flex 3: Training from the source (which is a great book). I've blogged my notes on the lessons and what I had to do to get some things to work using Flashdevelop rather than Flex Builder.
Posts with specific Flashdevelop info (from setting it up to creating css swfs, modules,rsl etc) are tagged with Flashdevelop: http://mattreyuk.wordpress.com/tag/flashdevelop/
只是为了向锅中添加一项技术(和选项),您可能需要查看 Haxe。它是一种语言(FlashDevelop 本身支持),可以编译到多个平台,包括在 Flash Player 中运行的 SWF(AVM1 和 AVM2)。如果您使用 Flash 作为 Haxe 程序的目标平台,您将获得对 Flash API 的完全访问权限(但不确定 Flex 是否如此)。
Just to add one more technology (and option) to the pot, you might want to look into Haxe. It is a language (that FlashDevelop natively supports) which can compile to several platforms, including SWFs (both AVM1 and AVM2) that run in Flash Player. If you use Flash as your target platform for your Haxe program, you get full access to the Flash API (not sure about Flex, though).