15
Feb
10

From the previous article you learned how to build an SWC file. Next Step is to build the MXP for the Adobe Extension Manager to install the component which you have made(SWC). Abobe Extension Manager allows you to create MXP file with the help of MXI file, MXI is nothing but, it is a simple XML file which contains some informations about the compoent. Like, Author Name, Component Name, Version, Description, Files etc.

Ok, lets start with the help of some screens. ;)

Create the MXI as shown below and save it as you componentName.mxi. (Note: Please make sure that your swc file is in path that mentioned in MXI file)

MXI XML file:

<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension
name="Square Box"
version="0.1"
type="component"
requires-restart="true">
<author name="Midhun Devasia" />
<products>
<product name="Flash" version="9" primary="true" />
</products>
<description>
<![CDATA[This is a sample component. TutorBoy.com]]>
</description>

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

<ui-access>
<![CDATA[Acces the component via Components > YourComponents

Etc.

]]>

</ui-access>

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

<files>
<file name="SquareBox.swc" destination="$flash/Components" />
</files>

</macromedia-extension>

Open the Abobe Extension Manager and goto File->Package Extension

Open the MXI file


The the Extension Manager Automatically convert the MXI file as MXP and it will ask where you want to save it.

OK, Now you created the MXP pack, and it is ready to install ;) .

How to install with Abobe Extension Manager.

Open the Abobe Extension Manager or Double click the MXP file and it will open-up in the Extension Manager.

Accept or Decline option

You will get a Success Message from Extension Manager once the installation is success.

Ok Perfect, now check the Extension Manager, you can see the extension over there with you name as author, and so on…

:) ;) :D :P

  • del.icio.us
  • Digg
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Twitter
  • MySpace
  • Mixx
  • Reddit
  • DZone
  • Sphinn
  • StumbleUpon
  • Blogplay
  • Diigo
  • Live
  • MSN Reporter
  • Technorati
  • NewsVine
  • Yahoo! Bookmarks
  • Netvibes
  • Design Float
  • Add to favorites
  • email
  • Yahoo! Buzz
  • Gwar
  • FriendFeed
  • Tumblr
  • Print
  • PDF
  • RSS

About Midhun Devasia

I'm a 26 year old Web Developer from Cochin, India.I had completed my B.Tech Computer Science and Engineering from SNGCE, Cochin. Now am working as a Technical Manager for a Web Development company at Cochin, India . I have 1 year experience in Java and 3 year experience in Web Technologies.
This entry was posted in Flash and tagged , , , , , . Bookmark the permalink.

One Response to Create MXP from MXI with Adobe Extension Manager

  1. Shiny says:

    Excellent work!! the post was very useful.. i was actually searching for a easy to understand tutorial cos i am new to this!!.. kudos mate :) god bless you.. n keep posting

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>