Macromedia Wiki
Advertisement

A Macromedia Extension Installation (MXI) file directs the installation process of Macromedia Extension Packages. It is formatted in XML (Extensible Markup Language).[1][2]

Example XML[]

  

<macromedia-package name=" name of smart clip " version="1.0" type="Smart Clip"> <author name=" your name " /> <products> <product name="Flash" version="5" primary="true" required="true" /> </products> <description> <![CDATA[ Describe the smart clip . ]]> </description> <ui-access> <![CDATA[ Tell them where to find the smart clip ]]> </ui-access> <files> <file source=" smart clip file name " destination="$flash/Libraries" /> </files> </macromedia-package>[1]

  

References[]

  1. 1.0 1.1 The Macromedia Flash Exchange, Flylib.com. Accessed 2020-09-14.
  2. Installing Extensions and Components by James English, Macromedia Flash 8: Training from the Source. 2004.

External links[]

Macromedia logo textless This article is a stub. You can help by expanding it.
Advertisement