flex制作swc文件
生活随笔
收集整理的這篇文章主要介紹了
flex制作swc文件
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
用compc編譯器直接編譯
命令:
compc -source-path?(源文件路徑,不能省略) -output?(swc文件路徑和名稱) -include-classes (類名稱)
如:compc -source-path . -output CustomPreloaderSWC.swc -include-classes preload.CustomPreloader
如何導入簡單聲明文件
如:
<?xml?version="1.0"?>
<!--?SimpleManifest.xml?-->
<componentPackage>
????<component?id="MyButton"?class="MyButton"/>
????<component?id="MyOtherButton"?class="MyOtherButton"/>
</componentPackage>
定義一個命名空間:
-namespace?http://mynamespace?SimpleManifest.xml 引入命名空間:
-include-namespaces?http://mynamespace compc實例:
compc?-source-path?.?-output?c:/jrun4/servers/flex2/flex/WEB-INF/flex/user_classes/MyButtons.swc?-namespace?http://mynamespace?SimpleManifest.xml?-include-namespaces?http://mynamespace 在app如何使用?如下示例:
<?xml?version="1.0"?>
<mx:Application?xmlns:mx="http://www.adobe.com/2006/mxml"?xmlns:a="http://mynamespace">
????<a:MyButton/>
????<a:MyOtherButton/>
</mx:Application>
引入文件
-include-file name path
例如導入gif圖片: compc?-include-file?logo.gif?c:/images/logo/logo1.gif?
命令:
compc -source-path?(源文件路徑,不能省略) -output?(swc文件路徑和名稱) -include-classes (類名稱)
如:compc -source-path . -output CustomPreloaderSWC.swc -include-classes preload.CustomPreloader
如何導入簡單聲明文件
如:
<?xml?version="1.0"?>
<!--?SimpleManifest.xml?-->
<componentPackage>
????<component?id="MyButton"?class="MyButton"/>
????<component?id="MyOtherButton"?class="MyOtherButton"/>
</componentPackage>
定義一個命名空間:
-namespace?http://mynamespace?SimpleManifest.xml 引入命名空間:
-include-namespaces?http://mynamespace compc實例:
compc?-source-path?.?-output?c:/jrun4/servers/flex2/flex/WEB-INF/flex/user_classes/MyButtons.swc?-namespace?http://mynamespace?SimpleManifest.xml?-include-namespaces?http://mynamespace 在app如何使用?如下示例:
<?xml?version="1.0"?>
<mx:Application?xmlns:mx="http://www.adobe.com/2006/mxml"?xmlns:a="http://mynamespace">
????<a:MyButton/>
????<a:MyOtherButton/>
</mx:Application>
引入文件
-include-file name path
例如導入gif圖片: compc?-include-file?logo.gif?c:/images/logo/logo1.gif?
轉載于:https://www.cnblogs.com/FireYang/archive/2006/10/28/542806.html
總結
以上是生活随笔為你收集整理的flex制作swc文件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ASP.NET AJAX入门系列(3):
- 下一篇: PowerDesigner反向工程 my