Skip to main content
Inspiring
July 27, 2022
Answered

CEP Panel Online react JSX

  • July 27, 2022
  • 1 reply
  • 598 views

Hi, I want the CEP panel to work online, I upload it to the hosting and call it through another panel with

window.location.href = "http://myhost"

The panel opens, but the buttons stop working and do not respond. Tell me what I need to change in the logic so that JSX scripts work online?


For example, how can I call an alert so that it will work inside AE ​​when the panel is uploaded to the hosting?

 

 

This topic has been closed for replies.
Correct answer Mathias Moehl

CEP panels only work inside their host applications and not inside a web browser. What you can do is CEP panels which contact a server to send and recieve information from it. And of course the same server can talk to web browsers, so that you can exchange information from a browser on one machine over a server to a CEP panel on another machine.

1 reply

Mylenium
Legend
July 27, 2022

Have you actually established a private connection by initializing the sockets? The panels won't blindly load content from any URL. I also think HTTPS is mandatory these days.

 

Mylenium

HarchenkoAuthor
Inspiring
July 27, 2022

My question is not how to load the panel, it is loaded. The question is that the buttons with jsx scripts work when the panel is uploaded to the hosting.

I am told that this is not possible, but I know an extension that works this way and I want to find this solution

 

Mathias Moehl
Community Expert
Mathias MoehlCommunity ExpertCorrect answer
Community Expert
July 28, 2022

CEP panels only work inside their host applications and not inside a web browser. What you can do is CEP panels which contact a server to send and recieve information from it. And of course the same server can talk to web browsers, so that you can exchange information from a browser on one machine over a server to a CEP panel on another machine.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects