使用 IntelliJ 开发 Flash 应用程序
我知道 IntelliJ 让您可以非常轻松地开发和启动 FLEX 项目。但是,我想知道是否有一种方法可以对 Flash 应用程序开发执行相同的操作。我不需要 MXML 文件和 Flex 附带的其他东西。我只是希望能够像在 Flash CS5 中一样启动 Flash 项目,并能够从 IntelIJ 运行 .swf 文件。没有 UI 工具对我来说不是问题。
有没有办法做到这一点。有办法实现这一点吗?
I know that IntelliJ makes it really easy for you to develop and start a FLEX project. However, I am wondering if there is a way to do the same with Flash App Development. I do not need the MXML file and other things that come with Flex. I just want to be able to start a Flash project like I would in Flash CS5 and be able to run the .swf file from IntellIJ. Not having the UI tools is not a concern to me.
Is there a way to do this. Are there ways to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无论如何,您都需要 Flex SDK,因为 IntelliJ IDEA 需要编译器、调试器和库。要使用 Flash 类 (fl.*),您需要在 IDEA 模块依赖项中配置相应的库。您可以在 [Flash Pro 安装]/Common/Configuration/Components 中找到这些 SWC
In any case you need Flex SDK, because IntelliJ IDEA takes compiler, debugger and libraries there. To use Flash classes (fl.*) you need to configure respective libraries in IDEA module dependencies. You'll find these SWCs in [Flash Pro installation]/Common/Configuration/Components