从 Flash 切换到 Flash 构建器
我想知道从 Flash IDE 开发切换到 Flash Builder 是否有用。仍然有点困惑这是否意味着必须放弃我之前所有的 Flash 工作,或者它是否只是在 FB 中打开并运行良好。事实上,我已经完成了大量的 Flex 开发,但我很难想象这两者是如何重叠的。我很想听听已经做出转变的人的意见……值得吗?或者我应该坚持在 IDE 中工作?
I'm wondering if it would be useful to switch from developing in Flash IDE to Flash Builder. Still a bit confused if this will mean having to abandon all my previous Flash work, or if it just opens up and plays nicely in FB. I've actually done a fair amount of Flex development, but am having a hard time imagining how the two overlap. I'm curious to hear from people that have made the switch... is it worth it? Or should I just stick to working in the IDE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flash IDE 和 Flash Builder 在设计和开发领域都有其重要性。我们根据需要从两者中选择一种。希望我介绍的以下几点对选择正确的 IDE 有所帮助。
Flash Professional 是 Macromedia Flash 应用系列的延续软件系列。它用于制作基于时间轴的交互式 Flash 内容。时间轴可以轻松用于动画和其他线性内容。不过,通过 ActionScript 编程,您可以在时间轴中跳转,并且如果您愿意,也可以停留在一帧中。它拥有广泛的工具集来创建、编辑和导入媒体并在项目中使用它。无需编码即可完成很多工作,仅通过编码也可以完成很多工作。代码编辑器本身的功能并不像
Flash Builder(以前称为Flex Builder)那样丰富,它是Adobe 专门为Flex 开发而改进的Eclipse IDE。它的主要重点是创建代码,尤其是基于 XML 的 Flex。 Flash Builder 是为程序员设计的,具有 Eclipse 所具有的功能。这也是比 Flash Professional 的脚本编辑器更好的 ActionScript 编写工具,但它的主要重点是 Flex。没有这样的时间表,产品通常是富互联网应用程序 (RIA) 或 Adobe AIR 桌面应用程序。尽管缺乏时间线,您仍然可以对元素进行动画处理。
摘要
Flash Professional
最好的动画工具(这三个工具中)
有时间线,但可以用代码修改
使用 ActionScript 进行编码(基于 ECMA 脚本标准)
创建和编辑图形内容
Flash Builder
基于Eclipse IDE
专注于 Flex 编程(基于 XML),以及 ActionScript
拥有一些基本的界面设计工具
无时间线:非线性逻辑
Flash Builder 适合程序员。
Flash Professional 是图形艺术家的设计工具,用于游戏开发等。它是设计和编码的结合。但对于仅健壮的代码来说,它是 Flash Builder。
如果您仍然有任何困惑,请查看以下链接:
http://www.adobe.com/flashplatform/< /a>
http://www.quora.com/What-is-the-difference- Between-Flash-Professional-CS5-and-Flash-Builder-4
http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7fd6.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7fba
http://www.adobe.com/products/flash.html 指的是传统的 Flash IDE它是 Creative Suite 家族的一员。
http://www.adobe.com/products/flash-builder.html指的是基于Eclipse构建的actionscript代码编辑器。
Both Flash IDE and Flash Builder have their own importance in the field of design and development. We choose one from both according to our need. Hope the points below i am covering will helpful for choosing the right IDE.
Flash Professional is the software series what continued the Macromedia Flash line of apps. It is used to make interactive Flash content that is based on the timeline. The timeline makes it easy to use for animation and other linear content. With ActionScript programming, though, you can jump in the timeline and, if you wish, stay in one frame. It has extensive set of tools to create, edit and import media and use it in the project. You can do a lot without coding and you can also do a lot with just coding. The code editor itself isn't as feature rich as...
Flash Builder (formerly known as Flex Builder) is, which is Adobe's modified Eclipse IDE made specially for Flex development. Its main focus is to create code, especially in XML-based Flex. Flash Builder is designed for programmers and has the bells and whistles that Eclipse has. This is also better tool to write ActionScript than Flash Professional's script editor, but its main focus is in Flex. There is no timeline as such, and products are usually rich internet applications (RIA) or Adobe AIR -desktop apps. Despite the lack of timeline, you can animate elements.
Summary
Flash Professional
Best tool (of these three) for animation
Has timeline, but can be modified with code
Coding in ActionScript (based on ECMA Script standard)
Create and edit graphical content
Flash Builder
Based on Eclipse IDE
Focus on Flex programming (based on XML), also ActionScript
Has some basic interface design tools
No timeline: non-linear logic
Flash Builder is for programmers.
Flash Professional is a design tool for graphic artists, used in game development etc. Its a mix of designing and coding. But for robust code only stuffs, its Flash Builder.
If still you have any confusion then just checked out these links:
http://www.adobe.com/flashplatform/
http://www.quora.com/What-is-the-difference-between-Flash-Professional-CS5-and-Flash-Builder-4
http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7fd6.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7fba
http://www.adobe.com/products/flash.html refers to the traditional Flash IDE that is a member of the Creative Suite family.
http://www.adobe.com/products/flash-builder.html refers to the actionscript code editor built upon Eclipse.
您不必“放弃”所有的 Flash 工作。大多数认真的开发人员同时使用这两个程序,Flash Professional 是主要的动画/设计程序,Flash Builder 是主要的编码编辑器。您可以从任一程序发布。就我个人而言,我发现浏览器 swf 文件更容易从 flash pro 发布,而 iOS 和 android 的移动应用程序更容易在 flash builder 中发布(只是更容易处理图标图像、xml 元数据文件、包资源管理器等)。
You will not have to "abandon" all of your flash work. Most serious developers use both programs side by side with Flash Professional being the main animation/ design program and Flash Builder being the main coding editor. You can publish from either program. Personally, I have found that browser swf files are easier published from flash pro, while mobile apps for iOS and android are easier to publish in flash builder (just easier to deal with icon images, xml metadata files, package explorer, etc).