用Flex Builder在一个Flex项目中编译多个Application(.mxml)

来源:互联网 发布:mfc串口通信编程 编辑:程序博客网 时间:2024/05/22 15:53
One day, i want to compile my business app with TestSuiteRunner (from FlexUnit) app at one time using Flex Builder, but i never do this before. Flex Builder can not set two application once. But, it can set modules to be compiled.

1. Add a new mxml application into one existed app and named it as what you want. Mine is TestApp.mxml.

compile-multi-flex-applications-contained-in-one-project-with-flex-builder-img-1


2. Use the right key of your mouse to click your application listed in Flex Navigator, then open theProperties for yourappname dialog.

compile-multi-flex-applications-contained-in-one-project-with-flex-builder-img-2

compile-multi-flex-applications-contained-in-one-project-with-flex-builder-img-3

3. Select Flex Modules panel, “add” TestApp.mxml as a module. Do not “browse” to add TestApp.xml, you can not find it in theSelect Module dialog, just edit the Source path like this “src/TestApp.mxml”. Pay attention here : you should select “Do not optimize (module can be loaded by multiple applications)” instead of the default option in order to generate a standalone SWF file.

compile-multi-flex-applications-contained-in-one-project-with-flex-builder-img-4

4.Compile your application using Build Project orBuilder All as you wish. Then you can find two, or more if any, SWF files displayed inbin-debug directory.

compile-multi-flex-applications-contained-in-one-project-with-flex-builder-img-5

compile-multi-flex-applications-contained-in-one-project-with-flex-builder-img-6


原创粉丝点击