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

Adding Multiple ANEs and SWC in Library path all at once

Participant ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

I think my title is clear... I'm looking for a way to increase my productivity. I spend a lot of time of redefining each library ane files and swc one by one in ANimate CC...

It's a real pain in... Anybody knows a method on how to accomplish this?

Maybe Adobe should think about it seriously for developers that maintain many applications it would be a nice contribution!

Views

728

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

Community Expert , Jun 07, 2018 Jun 07, 2018

Votes

Translate

Translate
Community Expert ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

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 ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

I'm looking for the same thing since a while. It is a pain when you have over 10 ane and swc to add for every apps we have.

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
Community Expert ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

you can also create a jsfl file that does what you want.

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
Participant ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

Thanks the jsfl file is a great suggestion I didn't think about it

It works!

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
Community Expert ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

you're welcome.

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
Participant ,
Jun 11, 2018 Jun 11, 2018

Copy link to clipboard

Copied

I tried to modify the external libraries but it doesnt recognize the ANE as native extension but instead if creates a folder link ....

I attempted to look in the documentation but for some reasons Adobe lacks of providing more support for that great extension.

Anybody got a link on latest documentation?

The one I found is : https://help.adobe.com/archive/en_US/flash/cs5/flash_cs5_extending.pdf

I'd like to find the way to change values of the target player (in my case its mostly Air settings) and change the external libraries (ANE files).

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
Community Expert ,
Jun 11, 2018 Jun 11, 2018

Copy link to clipboard

Copied

that's the latest, afaik.

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
Community Expert ,
Jun 11, 2018 Jun 11, 2018

Copy link to clipboard

Copied

Hi.

You can achieve this by exporting a publish profile string, modifying it and then importing back.

This is a very basic and ideal example where one .swc is already set.

var profileXML = fl.getDocumentDOM().exportPublishProfileString('Default');

var newProfileXML = profileXML.replace("DataShareLibrary.swc", "FingerprintLibrary.swc");

fl.getDocumentDOM().importPublishProfileString(newProfileXML);

It's just to give you a start point.

Regards,

JC

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
Participant ,
Jun 12, 2018 Jun 12, 2018

Copy link to clipboard

Copied

ANybody knows how to access the Adobe AIr parameters like the Deployment ones (certicate path and password)?

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
Community Beginner ,
Jun 16, 2020 Jun 16, 2020

Copy link to clipboard

Copied

LATEST

Hey Frederic,

I'm currently facing the same problem you dealt with years ago. Would you be able to share some more information on how you go about creating this jsfl file to replace the paths of the Native Extensions smoothly instead of having to manually replace all of them?

All the best, Dan

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