windows 如何通过命令行将 Flash .fla 编译为 .swf?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2807527/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to Compile Flash .fla into .swf via command line?
提问by murvinlai
How to compile Flash .fla files into .swf via command line on a Windows based operating system. Command line tools that need to be installed are ok. Can anyone suggest me what to do? (in a straight forward way). :-) Thanks.
如何在基于 Windows 的操作系统上通过命令行将 Flash .fla 文件编译为 .swf。需要安装的命令行工具都可以。谁能建议我该怎么做?(以直接的方式)。:-) 谢谢。
回答by Samuel Neff
You can use JSFL
to script the Flash IDE and tell it to compile an FLA to a SWF. Here are a few examples.
您可以使用JSFL
脚本编写 Flash IDE 并告诉它将 FLA 编译为 SWF。这里有一些例子。
http://labs.flexperiments.nl/compiling-flash-files-from-flex/
http://labs.flexperiments.nl/compiling-flash-files-from-flex/
http://www.gskinner.com/blog/archives/2004/08/jsfl_fla_batch.html
http://www.gskinner.com/blog/archives/2004/08/jsfl_fla_batch.html
And here's a utility app to simplify:
这是一个简化的实用程序:
http://www.mikechambers.com/blog/2003/11/01/flashcommand-flash-2004-command-line-compiler/
http://www.mikechambers.com/blog/2003/11/01/flashcommand-flash-2004-command-line-compiler/
回答by Darkphase
回答by Nathan Osman
There is no way to compile FLA files to SWF files via the command line.
无法通过命令行将 FLA 文件编译为 SWF 文件。