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

How to create ZXP for Modern Animate CC?

New Here ,
Sep 03, 2024 Sep 03, 2024

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.

281
Translate
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
New Here ,
Sep 04, 2024 Sep 04, 2024

Is there any way get a reply from support?

Translate
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
Community Expert ,
Sep 04, 2024 Sep 04, 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

Translate
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
Community Expert ,
Sep 04, 2024 Sep 04, 2024
Translate
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
New Here ,
Sep 04, 2024 Sep 04, 2024

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? 

Translate
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
New Here ,
Sep 06, 2024 Sep 06, 2024
LATEST

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

Translate
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