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

BridgeTalk (Manual?)

Participant ,
Aug 18, 2020 Aug 18, 2020

Copy link to clipboard

Copied

I'm currently working on the communication between an AE projekt of mine and AME. I've stumbled over various threads mentioning the BridgeTalk class here, but can't seem to find any sort of manual or documentation for it - is there any? The supposed documentation on aeenhancers leads only to a broken link: https://estk.aenhancers.com/5%20-%20Interapplication%20Communication%20with%20Scripts/bridgetalk-cla...

TOPICS
FAQ , How to , Resources , Scripting , SDK

Views

780

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 , Aug 22, 2020 Aug 22, 2020

Check out this documentation:  http://estk.aenhancers.com/interapplication-communication/bridgetalk-class.html?highlight=bridgetalk

Here's an extremely basic example:

var bt = new BridgeTalk();
bt.target = 'ame-13';
bt.body = 'alert("hello from ame")';
bt.send();

Votes

Translate

Translate
Community Expert ,
Aug 18, 2020 Aug 18, 2020

Copy link to clipboard

Copied

There's some info in the JavaScript Tools Guide.

 

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
Participant ,
Aug 18, 2020 Aug 18, 2020

Copy link to clipboard

Copied

Thanks Dan. It's not much without good practical examples in it, but it's a start. If anyone else needs it:

http://wwwimages.adobe.com/www.adobe.com/content/dam/acom/en/devnet/scripting/pdfs/javascript_tools_...

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 ,
Aug 22, 2020 Aug 22, 2020

Copy link to clipboard

Copied

Check out this documentation:  http://estk.aenhancers.com/interapplication-communication/bridgetalk-class.html?highlight=bridgetalk

Here's an extremely basic example:

var bt = new BridgeTalk();
bt.target = 'ame-13';
bt.body = 'alert("hello from ame")';
bt.send();

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 ,
Aug 23, 2020 Aug 23, 2020

Copy link to clipboard

Copied

Great, thank you justin!

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
Advocate ,
Aug 23, 2020 Aug 23, 2020

Copy link to clipboard

Copied

LATEST

Oh, nice one, Justin.

I trip every time when it comes to Bridge.

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