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

How to send from Adobe Custom HTML Extension to Adobe Plugin data type PF_Param_ARBITRARY_DATA

Enthusiast ,
Feb 21, 2022 Feb 21, 2022

Copy link to clipboard

Copied

Is it possible to prepare a value in the ExtendScript context and send via property.setValue to an Adobe plugin expecting a value of type PF_Param_ARBITRARY_DATA?

TOPICS
Effects and Titles , SDK

Views

143

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

Adobe Employee , Feb 22, 2022 Feb 22, 2022

Not without some very complicated (binhex'd) presentations of data from ExtendScript, in such a way that they can be directly interpreted as arb params by the C++ plug-in. This data pathway seems so fragile as to be unusable.

Votes

Translate

Translate
Adobe Employee ,
Feb 22, 2022 Feb 22, 2022

Copy link to clipboard

Copied

LATEST

Not without some very complicated (binhex'd) presentations of data from ExtendScript, in such a way that they can be directly interpreted as arb params by the C++ plug-in. This data pathway seems so fragile as to be unusable.

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