[Release] how to release flash as an mxp component

Source: Internet
Author: User
Tags cdata

As work is getting more and more involved with flash, we are also slowly studying some of the technical issues. Today we have studied how to release mxp components, which is actually quite simple.

1. Whether the Extension Manager is installed in the system. Flash is installed by default.

2. Create a Function Extension Installation File (the file name ends with. mxi)

3. In the Function Extension Manager, select "file"> "package the function extension"

4. In the file selection dialog box that appears, browse your Function Extension Installation File (the file name ends with. mxi) and select it. Click Open ". Select the location of the package file, specify its name (ending with. mxp), and save it.

Mxi File Format

<Macromedia-Extension
Name = "component name"
Version = "version number"
Type = "flash component">
<Author name = "Developer"/>

<Products>
<Product name = "Flash" version = "6" primary = "true"/>
</Products>

<Description>
<! [CDATA [
Component Introduction
]>
</Description>

<UI-access>
<! [CDATA [
Component instructions
]>
</UI-access>

<Files>
<File Source = "source file name. fla" Destination = "$ Flash/components"/>
</Files>

</Macromedia-extension>

 

from: http://www.codesky.net/article/doc/200502/2005020817475629.htm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.