7.接下來開始定義組件了,設置Class 類路徑、提示信息等選項。再點擊組件圖標選擇之前png 圖片。
8.如果圖標不能像下圖所示的話,請按第4步重新確認一下就可以了。
9.然后就是把這個StringUtil 組件打包成SWC 文件(其實就是一個zip 壓縮文件格式)。
10.到第9步組件就算做成功了,但要發(fā)布給別人用的話,就可以把swc 文件打包成mxp 文件了,而打包之前首先要配置StringUtil.mxi 文件(這個文件就是xml 文件格式),內(nèi)容如下:
<macromedia-extension name="StringUtil" version="1.0" type="Flash component"> <!-- Describe the author --> <author name="Kinglong" /> <!-- List the required/compatible products --> <products> <product name="Flash" version="9" primary="true" /> </products> <!-- Describe the extension --> <description> <![CDATA[ StringUtil類<br> 有關String工具類。 ]]> </description> <!-- Describe where the extension shows in the UI of the product --> <ui-access> <![CDATA[ This StringUtil Component is accessed by choosing Window > Components > StringUtil. ]]> </ui-access> <!-- Describe the files that comprise the extension --> <files> <file name="StringUtil.swc" destination="$flash/Components" /> </files> </macromedia-extension>
官方提供有關mxi 文件格式說明:mxi_file_format.pdf
11.如果你已經(jīng)安裝了 Adobe Extension Manager 1.8 擴展管理器的話,你可以直接雙擊StringUtil.mxi 文件來生成StringUtil.mxp 文件;蛘吣阆却蜷_ Adobe Extension Manager 1.8 擴展管理器選擇“文件”-“將擴展打包...”,選擇StringUtil.mxi 文件,然后生成StringUtil.mxp,到這里就賀喜你了,你的Flash CS3 組件開發(fā)完成了!
經(jīng)典論壇討論: http://bbs.blueidea.com/thread-2758660-1-1.html
本文鏈接:http://www.95time.cn/tech/multimedia/2007/4772.asp
出處:藍色理想
責任編輯:elesa
上一頁 Flash CS3 組件開發(fā)教程 [1] 下一頁
◎進入論壇Flash專欄版塊參加討論
|