使用命令行将 Flex CSS 文件编译为 SWF
据我了解,在 Flex 构建器中,我们可以右键单击 CSS 文件并选择“编译为 swf”,我们的 CSS SWF 将自动与主应用程序一起编译。
是否可以仅从命令行编译 CSS 文件(不使用主应用程序)?
我想要:
- 为客户端提供一个 Flex CSS 文件进行手动编辑
- 允许他们通过 CMS
- 上传文件 触发服务器进程以从命令行运行编译器,将编译后的 SWF 输出到适当的服务器路径。
如果 Flex 正确支持基于文本的 CSS 文件(无需使用 AS3 手动应用样式),这当然会简单得多。
I understand that in Flex builder we can right click on a CSS file and choose 'compile to swf' and our CSS SWFs will automatically be compiled along with the main app.
Is possible to compile the CSS file only (not with the main app) from the command line?
I want to :
- Give clients a Flex CSS file to hand edit
- Allow them to upload the file via a CMS
- Trigger a server process to run the compiler from the command line, outputting the compiled SWF to the appropriate server path.
This would of course be a whole lot simpler if Flex properly supported text-based CSS files (without requiring manually applying styles using AS3).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的,而且非常简单,只需
在命令提示符下键入:
Yes, it is possible and really easy just type:
at the command prompt