Linux 中的 Flex 支持
我正在使用 RTFMP 和 flex 开发 p2p 应用程序。我正在使用 adobe cirrus 服务器对此进行一些研究,并在 Windows 上开发了 Flex 客户端应用程序及其正常工作。 现在我想在Linux机器上使用flex创建客户端。限制是客户端应该运行所有类型的Linux Red hat、Ubuntu等。
所有Linux系统是否都支持flex开发?
Linux下的flex开发需要哪些开发?
有没有适合flex开发的IDE?
I am developing p2p application using RTFMP and flex.I am doing some research on this using adobe cirrus server and developed flex client application on windows and its working correctly.
Now I want to create client using flex on Linux machine.the constraint is client should run all type of Linux Red hat, Ubuntu etc.
Will flex development is supported on all for of Linux or not?
What development is required for the flex development on Linux?
Is there any IDE available for flex development?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Flex SDK。
Flash Builder(Adobe 的基于 Eclipse 的 IDE)在 Linux 上不受支持。但是,您可以搜索替代 IDE。 FDT 是一款支持 Linux 的软件。我认为 IntelliJ 也这样做了。 IntelliJ 中的 Flex 支持已在 Max 上进行了演示,非常棒。
You can develop with Flex on Linux using the command line compiler available in the Flex SDK.
Flash Builder, Adobe's eclipse based IDE is not supported on Linux. But, you can search out alternate IDEs. FDT is one that has linux support. I thought that IntelliJ did too. The Flex support in IntelliJ was demonstrated at Max and is pretty awesome.
Emacs 有一个 ActionScript 3 模式 和一个 Flex 调试器。用于配置 mxmlc 的 Makefile 非常简单:
这是一个示例 Rakefile:
和Ant 任务示例:
参考
Flex 3 Cookbook:第 21 章。编译和调试
使用 Flex 编译器 SHell (FCSH)
Apache Flex® - 第三方工具和应用程序解决方案
Emacs has an ActionScript 3 mode and a binding for the Flex debugger. A Makefile to configure mxmlc is simple enough:
Here is a sample Rakefile:
and a sample Ant task:
References
Flex 3 Cookbook: Chapter 21. Compiling and Debugging
Using the Flex Compiler SHell (FCSH)
Apache Flex® - Third-Party Tools & Solutions