How to create ZXP for Modern Animate CC?
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.
