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

Flash Plugins no longer working in 2015.3

Community Beginner ,
Jun 22, 2016 Jun 22, 2016

Can anyone confirm whether Illustrator 2015.3 has stopped support for Flash/ActionScript extensions?

I installed 2015.3 this morning and none of the GUI's for the plugins appear.

Do we need to move to html GUIs are do we need to recompile or change them to make them work.

Are we actually just waiting for the 2015.3 SDK ??

Many thanks for you suggestions or help

Amy

TOPICS
SDK
1.1K
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

correct answers 1 Correct answer

Enthusiast , Jun 30, 2016 Jun 30, 2016

Flash based extensions are no longer supported in CC 2015.

You have to updated them for sure.

Take a look at the link below:

Adobe CEP · GitHub

you will find many informations you will need to start working.

(Documentations, samples, ....).

You should start readiing this:

CEP-Resources/CEP_7.0_HTML_Extension_Cookbook.pdf at master · Adobe-CEP/CEP-Resources · GitHub

Thomas.

Translate
Adobe
Participant ,
Jun 29, 2016 Jun 29, 2016

i updated to Illustrator 2015.3 and our Extensions load as empty panels now. I would be curious what changes they made that disabled extensions?

Best,

Scott

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
Enthusiast ,
Jun 30, 2016 Jun 30, 2016

You have to update the manifest file.

<HostList>
   <!-- Illustrator -->
   <Host Name="ILST" Version="[19.0,20.9]"/>

</HostList>

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
Enthusiast ,
Jun 30, 2016 Jun 30, 2016

Flash based extensions are no longer supported in CC 2015.

You have to updated them for sure.

Take a look at the link below:

Adobe CEP · GitHub

you will find many informations you will need to start working.

(Documentations, samples, ....).

You should start readiing this:

CEP-Resources/CEP_7.0_HTML_Extension_Cookbook.pdf at master · Adobe-CEP/CEP-Resources · GitHub

Thomas.

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 Beginner ,
Jul 04, 2016 Jul 04, 2016

Where did you get that information from?

Are you sure? In Illustrator SDK programmer's guide written that we're free to use any ui framework.

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
Enthusiast ,
Jul 04, 2016 Jul 04, 2016
LATEST

Extensions:

read this post:

Introducing HTML5 Extensions

Flash based extension are no longer supported.

You have to use HTML5, JavaScript and CSS.

C++ Plugins:

You can still use any libraries you want for your c++ plugin (Qt or whatever) or use an HTML extension.

it's up to you!

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
Enthusiast ,
Jun 30, 2016 Jun 30, 2016

For C++ plugins you will have to use the latest sdk (15.3):

Adobe Illustrator SDKs | Adobe Developer Connection

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 Beginner ,
Jun 30, 2016 Jun 30, 2016

Thanks for the answer, I think I had already come to that conclusion.

Has that been officially announced by Adobe?

I know they had mentioned they would be deprecated at some point but not when.

Scott

As Thomas suggests get the 2015.3 SDK.

Firstly switch your FlashUIController in your AIP to the new HtmlUIController (that's all I had to do in the AIP)

Then you need to construct an Html version of the ZXP using html and javascript.

I found the best two examples to copy to start with are MarkedObjectsUI and DrawArtUI both are in the SDK samples and have the AIP code there as well.

Good luck.

Amy

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
Participant ,
Jun 30, 2016 Jun 30, 2016

I found the issue... I TOTALLY forgot that you have to set up a variable in your regedit when you working with "unsigned" extensions. <face palm>

I forgot that 2015.3 is a NEW install... and requires a NEW "PlayerDebugMode" variable in regedit for 2015.3

​

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
Enthusiast ,
Jun 30, 2016 Jun 30, 2016

this is gonna be a lot better now!

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 Beginner ,
Jun 30, 2016 Jun 30, 2016

That wasn't my issue at all. 😞

Flash plugins still not working

A

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