Copy link to clipboard
Copied
Hello
I'm working on a panel and using BrigeTalk for the first time. I'm sending a message from PremierePro to AfterEffects.
For some reason, when I initiate the send, ExtendScript Toolkit opens. Why???
thanks,
Kelly
Disregard this bone-headed question.
I had this line of code in the Premiere.jsx
bt.onReceived = function(msg) {
$.writeln("Received: " + msg.body);
};
Which did exactly what it was supposed to do.... write a line in the console of ESTK.
Of course, ESTK opened.......
So much for pulling my hair out.
Copy link to clipboard
Copied
Disregard this bone-headed question.
I had this line of code in the Premiere.jsx
bt.onReceived = function(msg) {
$.writeln("Received: " + msg.body);
};
Which did exactly what it was supposed to do.... write a line in the console of ESTK.
Of course, ESTK opened.......
So much for pulling my hair out.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now