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