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

BridgeTalk (Manual?)

Participant ,
Aug 18, 2020 Aug 18, 2020

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
1.4K
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

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();
Translate
Community Expert ,
Aug 18, 2020 Aug 18, 2020

There's some info in the JavaScript Tools Guide.

 

Dan

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

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_...

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

Great, thank you justin!

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

Oh, nice one, Justin.

I trip every time when it comes to Bridge.

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