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

Distributing Animate Extensions

Explorer ,
Jan 24, 2020 Jan 24, 2020

Copy link to clipboard

Copied

For someone used to the pre CC versions of Flash where you could make your own .mxp files to share using Extension Manger, the way to do the same in Animate CC2020 is not as clear. It's .zxps now, sure, so is the Adobe Exchnage program the only way in which to package and distribute .zxps? If so, is it possible to distribute privately rather than for sale or free public access as an individual Adobe Creative Cloud account subscriber?

TOPICS
Exchange extensions , Publish package

Views

961

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

Engaged , Jan 27, 2020 Jan 27, 2020

Hi,

You can try to create a self-extracting rar or 7-zip. Here is a discussion about this:
https://stackoverflow.com/questions/27904532/how-do-i-make-a-self-extract-and-running-installer

Also, you can create zxp - there are tools for this, such as
npm zxp-builder ( https://www.npmjs.com/package/zxp-builder )
or
Adobe Extension Builder (https://labs.adobe.com/downloads/extensionbuilder3.html)

But, since Adobe Extension Manager is no longer available by default, anyone who wants to install your extension

...

Votes

Translate

Translate
Guru ,
Jan 24, 2020 Jan 24, 2020

Copy link to clipboard

Copied

Hi mate,

 

Extensions are just a bunch of files that need to be copied to specific folders in Animate config.

 

These may include commands, tools, SWFs, etc.

 

Packaging may be simple and handy, but by no means necessary.

You can manually copy the files and the extensions will work just fine.

 

I don't know if you are familiar with our work, but a long time ago we decided that we did not want to be at the mercy of the constantly changing file types and market place and developed our own install script.

We distribute Flanimate Power Tools independently of Adobe Exchange and they work with all versions of Flash/Animate newer than Flash 8.

 

So to your question: Yes, you can distribute privately. Just zip and let people know where to put the files.

 

For example, we have described the process of manual installation of EDAP Tools here.

 

Hope this helps!

 

ps. I believe that you can use any application that allows you to build installers also.

 

Nick - Character Designer and Animator, Flash user since 1998
Member of the Flanimate Power Tools team - extensions for character animation

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
Explorer ,
Jan 27, 2020 Jan 27, 2020

Copy link to clipboard

Copied

Thanks Nick. You've helped to clear up some of the confusion around this. Looks like creating an install script that unpacks a .zip into the correct folder would be the best approach. Any tips on where to start that?

 

Thanks very much.

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
Guru ,
Jan 27, 2020 Jan 27, 2020

Copy link to clipboard

Copied

Hi again, mate,

 

I'll tag Vlad to have a look. He should be able to give some practical advice.

 

If you only target Windows I believe that an application such as Inno Setup might be all that you need.

 

Nick - Character Designer and Animator, Flash user since 1998
Member of the Flanimate Power Tools team - extensions for character animation

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
Engaged ,
Jan 27, 2020 Jan 27, 2020

Copy link to clipboard

Copied

Hi,

You can try to create a self-extracting rar or 7-zip. Here is a discussion about this:
https://stackoverflow.com/questions/27904532/how-do-i-make-a-self-extract-and-running-installer

Also, you can create zxp - there are tools for this, such as
npm zxp-builder ( https://www.npmjs.com/package/zxp-builder )
or
Adobe Extension Builder (https://labs.adobe.com/downloads/extensionbuilder3.html)

But, since Adobe Extension Manager is no longer available by default, anyone who wants to install your extension, will need to have Anastasiy’s Extension Manager installed.

 

 

- Vlad: UX and graphic design, Flash user since 1998
Member of Flanimate Power Tools team - extensions for character animation

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
Explorer ,
Jan 27, 2020 Jan 27, 2020

Copy link to clipboard

Copied

Hey thanks Vlad. Really appreciate your very helpful advice. This is going to smooth things out in my FutureSplash pipeline. 

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
Contributor ,
Feb 04, 2023 Feb 04, 2023

Copy link to clipboard

Copied

LATEST

Hi. In addition to the topic, I want to note that jsfl has FLfile object with its help you can make an installer of scripts or plugins through Animate

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