有一个flex项目,如何用mxmlc编译它(不使用flashBuilder gui)?

所以我有一个通常的flex项目文件夹, .actionScriptProperties.actionScriptProperties .flexProperties .project文件和srclibshtml-template dirs。 我所有的库都在libs文件夹中,而且我的项目通常是独立于主题的(我使用costume theam)。 通常它是简单的实时TCP流视频播放器 - 只有默认的mx组件。 我想要有一种bat / sh脚本文件,用于将我的项目从命令terminal / cmd以实现模式编译到特定目录中。 如何做这样的事情?

有没有像

mxmlc compileDefaultApplication fromProject=pathToProject toRealiseDir=pathToRealiseDir


http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_13.html

http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_09.html#138195

mxmlc MyApp.mxml load-config my-app-config.xml output /pathToRelease

为了在Flex / Flash Builder中获得配置,你可以转到项目属性并将其添加到编译器参数中:

 -dump-config C:UsersshusainDesktopslotConfig.xml

以适当的路径

链接地址: http://www.djcxy.com/p/35423.html

上一篇: Having a flex project, how to compile it with mxmlc (not using flashBuilder gui)?

下一篇: WebKit issues with event.layerX and event.layerY