Skip to main content
Participant
September 25, 2024

Assistance Required with Plugin Development for Adobe Premiere

  • September 25, 2024
  • 1 reply
  • 208 views

Hello,

I am developing a third-party plugin for Adobe Premiere, which includes buttons meant to perform simple actions. The buttons are displayed correctly in the interface, but they are not responding when clicked.

I would greatly appreciate it if someone could help me troubleshoot this issue or check the plugin's compatibility with Adobe Premiere. I have uploaded the plugin files to a shared Google Drive folder, which can be accessed here:
Google Drive Folder

Thank you for your time and support. I look forward to your response.

https://drive.google.com/drive/folders/1BIiv9xu7XHi9DcU7s48VurruUTMnPEoo?usp=sharing

 

This topic has been closed for replies.

1 reply

Bruce Bullis
Legend
September 25, 2024

I don't think you're exposing your ExtendScript functions, in a way that your panel's JavaScript can access them. 

See the PProPanel example, which declares all its ExtendScript functions, as part of a '_PPP_' function object:


csInterface.evalScript("$._PPP_.keepPanelLoaded()");