Skip to main content
Participating Frequently
September 3, 2024
Question

How to create ZXP for Modern Animate CC?

  • September 3, 2024
  • 3 replies
  • 351 views

Hello! How to create ZXP for Modern Animate CC? I'm trying to create HTML5 Component for Adobe Animate using jQuerry and standart JS library. Most of the steps i do following https://helpx.adobe.com/animate/using/custom-html5-component-development.html

Right now i face problems with Mac OS and with MXI files. 

This is my MXI file that i use to compile and configure ZXP:

 

<macromedia-extension 
name="Name"
id="prefix.ID" 
version="1.0.0"
type="component"
locked="false">

<author name="Author Name" />

<description source="$flash">
<![CDATA[<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
Description
]]>
</description>

<files>
<file source="assets" destination="$FLASH\HTML5Components\PathName\" file-type="ordinary" />
<file source="locale" destination="$FLASH\HTML5Components\PathName" file-type="ordinary" />
<file source="src" destination="$FLASH\HTML5Components\PathName\" file-type="ordinary" />
<file source="components.js" destination="$FLASH\HTML5Components\PathName\" file-type="ordinary" />
</files>

<products>
<product name="Flash" version="18" primary="true" />
</products>

<ui-access>
<![CDATA[
Description
]]>
</ui-access>

<license-agreement>
<![CDATA[
Free to use and distribute. 
]]>
</license-agreement>

</macromedia-extension>

 

It's seems okay on Windows, but not on my Mac Silicon machine. How should i update the code?

If you are interesting in Error: "package is for Old Version of the program" yet it seems like it's put some of the files on correct destignation, but not all of them.

    This topic has been closed for replies.

    3 replies

    Participating Frequently
    September 6, 2024

    Is it possible to recive updated .mxi file? Or at least newer than for version 18?

    JoãoCésar17023019
    Community Expert
    Community Expert
    September 4, 2024

    Hi.

     

    The current approach is the Unified Plugin Installer Agent (UPIA).
    https://helpx.adobe.com/creative-cloud/help/working-from-the-command-line.html

     

    Please let us know if you face any issues using it.


    Regards,

    JC

    JoãoCésar17023019
    Community Expert
    Community Expert
    September 4, 2024
    Participating Frequently
    September 4, 2024

    Is there any way get a reply from support?