Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Is there any way get a reply from support?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
ExManCmd may also be an alternative.
https://helpx.adobe.com/br/creative-cloud/kb/installingextensionsandaddons.html
Copy link to clipboard
Copied
Is there any guide how to pack HTML5 Extenssion Component for Adobe Animate into UPIA package?
Also ZXP installer works great on Windows is there just a way to fix MXI file to make it's compatable with Apple Silicone and Modern VErsion of Adobe Animate CC?
Copy link to clipboard
Copied
Is it possible to recive updated .mxi file? Or at least newer than for version 18?