Skip to main content
Inspiring
March 30, 2016
解決済み

How I will create the zxp file of aip file generating after build the solution..............

  • March 30, 2016
  • 返信数 2.
  • 5350 ビュー

How I will create the zxp file of aip file generating after build the solution (program's code )

I build sample file of CC Sdk 2015 (given with sdk ) for creating aip file, then I want to create zxp file of this generate aip file

How I will do this, Please assist me

Thanks & Regards

Kundan

このトピックへの返信は締め切られました。
解決に役立った回答 LeoTaro

Thanks  for quick response.

So Basically I have to update my sdk which used in this Plugin development. ?

Regards

Kundan


Yes, you need to rebuild your plugin using the CC SDK headers. I thought you had already done that, but looking back through the thread you started off saying the problem was with the DrawArt sample in the CC SDK and then switched to your plugin.

返信数 2

dnyaneshlb
Known Participant
March 31, 2016

Have a look at below link.

Introducing HTML5 extensions | Adobe Developer Connection

"Flash/Flex/AIR extensions run in APE (Adobe Player for Embedded). This product is deprecated, and, as stated above, will be removed from Creative Cloud products, starting in the middle of 2014. This means that developers must migrate their extensions to HTML5 if they want to continue to support them in Creative Cloud (CC) applications. Flash-based extensions will continue to run as before in versions CS5.x and CS6 of their host applications."

If this is the case, you must migrate flex based extensions to html.

"In order to migrate your Flash/Flex extension to HTML5, you must replace all ActionScript and MXML code with JavaScript, HTML and CSS. This means you will have to recreate the panel UI."

This might help.

dnyaneshlb
Known Participant
March 30, 2016

Are you writing html+js based extension?

Why do you want to create zxp?

What are you trying to achieve?

I am bit lost here.

If you have .aip, you can directly put it in plugins directory.

Inspiring
March 30, 2016

I want to create a plugin using C++ then I want to load it into Illustrator...............