弹性+ Adobe Flash:可以使用吗?
Adobe Flash 有 Flash Builder 产品。
使用FLEX SDK时,是否可以将Adobe Flash产品用作Flash Builder?你有经验吗?
非常感谢。
There is Flash Builder product by Adobe Flash.
Is it possible to use Adobe Flash product as Flash Builder when working with FLEX SDK? Have you the experience?
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
真正的句子听起来像:
然后:
目前还不清楚你到底在问什么,但我认为正确的问题是:
所以这个问题可以回答:Adobe 的 Flash Builder(以前的 Flex Builder)是专门用来处理 Flex SDK 的。说实话,它不能使用除 Flex SDK 之外的任何其他 SDK(将 Adobe AIR SDK 视为 Flex SDK 的一部分)。所以答案是:是的,绝对有可能!
问题的最后一部分(你有经验吗?)可以由Captain Obvious来回答。当然有。这就是为什么我们在这里回答您的问题:)
The true sentence sounds like:
Then:
It is very unclear what exactly are you asking but I suppose the right question is:
So this question can be answered: Flash Builder (formerly Flex Builder) from Adobe is designed to deal with Flex SDK. To tell the truth it can't use any other SDKs than Flex SDK (considering Adobe AIR SDK as part of Flex SDK). So the answer is: yes, it is definitely possible!
The last part of question (Have you the experience?) can be answered by Captain Obvious. Of course we have. That's why we are here to answer your questions :)
答案是这样的。 Flash可以使用免费的FlexSDK编译器。但它无法处理 MXML(用于创建 Flex 框架应用程序的脚本语言)。
然而,有一个名为 FlashDevelop 的优秀开源免费工具,它可以同时执行这两种操作,并且可以与 Flash IDE 或 FlexCompiler 配合使用。 http://flashdevelop.org。
它没有 FlashBuilder 设计视图,并且其探查器不如 FlashBuilder 中的探查器完整。但我个人更喜欢使用它。
更新:下面的回复说flash不能使用任何其他SDK。这并不完全准确,这次 (Adobe CS5.5) Flash 有自己的编译器,不包含任何 FlexFramework 类。因此,至少有两种类型的闪存编译器。一种通过 Flash,一种通过 Flash Builder。
此外,任何人都可以使用免费的 Flex SDK 作为命令行实用程序来编译 swf。这是 Flash 替代品(例如 FlashDevelop 和 FDT Eclipse 插件以及其他编译 swf 的资源)的基础。
The answer is sort-of. Flash can use the free FlexSDK compiler. But it cannot process MXML the scripting language used to create flex framework applications.
However, there is a great open source free tool called FlashDevelop which can do both and works with the Flash IDE, or the FlexCompiler. http://flashdevelop.org.
It does not a have the FlashBuilder design view, and its profiler is not as complete as the one in FlashBuilder. But personally I prefer using it.
UPDATE: Below a reply says that flash cannot use any other SDK. This is not completely accurate a this time (Adobe CS5.5) Flash has its own compiler that does not include any FlexFramework classes. And so there are at least 2 flavors of compiler for flash. One through Flash, and one through Flash Builder.
Additionally there anyone can use the free flex SDK as a command line utility to compile swfs. This is what underlies Flash alternatives such as FlashDevelop, and the FDT Eclipse plugin, among other resources that compile swfs.