用Flex Builder在一个Flex项目中编译多个Application(.mxml)
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.
2. Use the right key of your mouse to click your application listed in Flex Navigator,then open the Properties for yourappname dialog. 3. Select Flex Modules panel,“add” TestApp.mxml as a module. Do not “browse” to add TestApp.xml,you can not find it in the Select 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. 4.Compile your application using Build Project or Builder All as you wish. Then you can find two,or more if any,SWF files displayed in bin-debug directory. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- XML和YAML文件的读取
- ruby-on-rails-3 – sunspot_solr – NoMethodError(未定义
- C# websocket及时通信协议的实现方法示例
- 26-SQLite数据库基础知识
- Swift 引用计数总结 Strong,Weak, unowned 简单使用
- 自定义CALayer在CAAnimation过程中自定义property为nil问题
- ios – 在切换到工作区并在Xcode中添加CocoaPods后,提交git
- ajax – 检查Typeahead中是否存在textboxt的值
- cocos2dx的fps stats如何更改位
- 动手实现MVC: 2. bean加载, IoC依赖注入