• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

MXI file not well-formed?

Explorer ,
Dec 23, 2018 Dec 23, 2018

Copy link to clipboard

Copied

Hi, I've been trying to post my Flash/Animate extension to Adobe Exchange, but when I upload the .zxp I get the following error.

"Ensure the XML in your MXI file or CEP manifest file is well-formed."

Here are the contents of my MXI file, what can I do to get rid of this error?

<?xml version="1.0" encoding="utf-8" standalone="no"?>

<macromedia-extension

     name="Boiler"

     version="1.6.0"

       id="com.megacharlie.boiler"

     mxiversion="5.0"

     requires-restart="true">

    <author name="Megacharlie159" />

  <products>

    <product

      familyname="Flash"

      version="12"

      primary="true"

      required="true" />

  </products>

    <update  />

    <description>

    <![CDATA[

    Easily add boiling to your animations with Boiler!

    Huge thanks to @slurpbert for the website and suggestions,

    and thanks to @KenaleBros for finding some really bad buges I just fixed.

    ]]>

    </description>

    <ui-access>

    <![CDATA[

    New version: 1.6.0

    You can now simply select all your frames and boiler will boil whatever drawings were on those frames!

    To add Boiler to your workflow, go to Window/Other Panels/Boiler. I would suggest using about 20 for your brush smoothing while drawing. Boiler will only work with vector shapes, for example: Drawings, outlines, and traced bitmaps.

    Huge thanks to @slurpbert for making the website for Boiler, and helping me figure out how to make this the best possible thing it could be!

    ]]>

    </ui-access>

    <license-agreement>

    <![CDATA[

    <b>My license</b>

    ]]>

    </license-agreement>

    <files>

      <file source="Boiler.swf" destination="$flash/WindowSWF" file-type="ordinary" />

      <file source="boil_multi.jsfl" destination="$flash/WindowSWF" file-type="ordinary" />

      <file source="boil_single.jsfl" destination="$flash/WindowSWF" file-type="ordinary" />

      <file source="interfacecolor.txt" destination="$flash/WindowSWF" file-type="ordinary" />

      <file source="getcolor.jsfl" destination="$flash/WindowSWF" file-type="ordinary" />

    </files>

</macromedia-extension>

Views

646

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jan 02, 2019 Jan 02, 2019

Hi megacharlie159​,

That kind of error sounds particularly frustrating.

Have you had a look at our new guide's section on writing the manifest file? Also check out the related section of the CEP Cookbook.

Let me know if this helps!

Votes

Translate

Translate
Adobe Employee ,
Jan 02, 2019 Jan 02, 2019

Copy link to clipboard

Copied

LATEST

Hi megacharlie159​,

That kind of error sounds particularly frustrating.

Have you had a look at our new guide's section on writing the manifest file? Also check out the related section of the CEP Cookbook.

Let me know if this helps!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines