加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

flash插件如何生成

发布时间:2020-12-15 07:19:17 所属栏目:百科 来源:网络整理
导读:1、通过flash 原生的代码开发插件界面; 2、对于需要使用到的文件,表现mxi 文件, 该文件为adobe extension infomation file,示例如下 macromedia-extension name="Export" version="1.2.1" type="SwfPannel" !-- Describe the author -- author name="test

1、通过flash 原生的代码开发插件界面;

2、对于需要使用到的文件,表现mxi 文件, 该文件为adobe extension infomation file,示例如下

<macromedia-extension

name="Export"
version="1.2.1"
type="SwfPannel">


<!-- Describe the author -->

<author name="test" />


<!-- List the required/compatible products -->

<products>
<product name="Flash" version="6" primary="true" />?
</products>?


<!-- Describe the extension -->

<description>
<![CDATA[
提供导出转换一体化的工具
]]>
</description>


<!-- Describe where the extension shows in the UI of the product -->


<ui-access>
<![CDATA[
commont
]]>
</ui-access>


<!-- Describe the files that comprise the extension -->

<files>
<file name="jsfl/exportJs.jsfl" destination="$flash/WindowSWF" />
<file name="tool/gfxexport.exe" destination="$flash/WindowSWF" />
<file name="jsfl/ExportPannel.swf" destination="$flash/WindowSWF" />
</files>


<!-- Describe the changes to the configuration -->

<configuration-changes>
</configuration-changes>

</macromedia-extension>


3、最后通过adobe extension manger,生成扩展包,供别人使用。?

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读