对于初学者来说,编写 Flash 网站/游戏的最佳开发环境是什么
需要什么工具/环境来编写具有专业外观的 Flash 网站(动画、交互性 - 图像拖/放等?
我没有 Flash 经验,所以请考虑到
它似乎是默认环境 Adobe 的 Macromedia Flash 但不清楚您是否需要这个,或者是否有其他推荐的工具可能更易于使用或成本更低 。
有人建议我在 swish 工作,看起来很有趣,但不清楚 swish 是否是您所需要的,或者您是否需要我还需要 Macromedia IDE,
我想从这个社区获得有关构建美观实用的 Flash 网站的“正确”设置的反馈。
What tools / environment is needed to write professionally looking flash websites (animation, interactivity - image drag /drop, etc.?
I am not experienced in flash so take that into acccount
It seems like the default environment from Adobe is Macromedia Flash but its unclear if you need this or there are other recommended tools that may be simpler to use or less costly.
Someone suggested that i work in swish, which looks interesting, but its not clear if swish is all you need or if you need macromedia IDE as well.
I wanted to get feedback from this community on what is the "right" setup to build good looking functional flash websites.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
开发 Flash 游戏的一个很好的免费选择是 FlashDevelop。它是一个与 Adobe 的免费 Flex SDK 配合使用的 IDE。
A great free option for developing Flash games is FlashDevelop. It is an IDE that works with Adobe's free Flex SDK.
基本上,您需要从 Flash 代码生成 SWF 文件的工具。(Actionscript 等)您可以轻松使用的最佳工作流程工具是您自己提到的 Adobe Flash 产品。
但是,还有一些其他开源包可以为您创建 SWF 文件,它们主要作为 Eclipse 的插件。在这里,您将使用 Eclipse 的 Flex 插件从 Flex 项目生成 swf 文件(您也可以使用 Adobe Flex 环境来生成)。你可以在这里看到它们的列表:
开源 Flash 开发
您提到的产品似乎是 Adobe 产品的廉价版本对于那些没有使用开源替代方案的人来说。
恕我直言,在 Flash 领域工作的最佳方法是使用 adobe 自己的创作工具,例如 Flash 或 Flex。它们非常简单,并且使用开源替代方案生成 swf 内容也并非没有一些麻烦。缺点当然是价格高。
Basically you need something that generates a SWF file for you from flash code.(Actionscript and ...) the best workflow tool that you could work with easily is the Adobe's Flash product that you mentioned yourself.
but, there are some other Open-source packages that could create the SWF file for you and teh y are mainly as plug-ins for Eclipse. here you would use Flex plug-in for eclipse that generates swf files from Flex projects (that also you can use Adobe Flex environment to produce). you can see a list of them here:
open source flash development
the product you mention seem to be a somehow cheaper version of Adobe product for someone who doesn't one to use an open source alternative.
IMHO the best way to work in Flash sphere is to use adobe's own Authoring tools like Flash or Flex. they are very straightforward and also generating swf content with open-source alternatives is not without some headaches. the downside is of course High price tag.
Swish 是完全独立的,您不需要 Adobe Flash 来创建 SWF 文件(= 作者网站)。
虽然其他人推荐使用 Flex,但如果您想要大量制作动画(而不仅仅是过渡和 UI 动画),它不会执行任何操作,因此您仍然需要 Flash 或 Swish。例如任何卡通风格的矢量动画、形状变形等。请参阅此线程:是否可以在 flash builder 中创建(良好的)Flash 动画?
这实际上取决于您想要什么样的网站,但除非您需要 Flash 的高级多媒体功能,也许学习 HTML5、JavaScript、CSS 和 SVG 会更好。
Swish is completely standalone, you don't need Adobe Flash for it to create SWF files (= author websites).
While others recommended Flex, if you want to do animations heavily (and not just transitions and UI animations) it won't do any of that, so you'll still need either Flash or Swish. So for example any cartoon style vector animations, shape morphing, etc. See this thread: Is it possible to create (good) flash animations in flash builder?
It's really up to what kind of websites you're after, but unless you need the advanced multimedia capabilities of Flash, maybe you'd be better off learning HTML5, JavaScript, CSS and SVG.