Skip to main content
Participant
May 2, 2024
Answered

Html extension on Premiere 2024

  • May 2, 2024
  • 1 reply
  • 739 views

Hello everyone

I'm porting an old extension developed for ADOBE to premiere 2024;

but nevertheless I followed all the steps indicated
1. key in the registry
2. copy to the CEP\Extensions folder etc....

 

In Adobe premiere 2024 the extension does not appear to me, or rather... the window with the title appears but my HTML page inside does not load (simply Hello World)

my premiere version is


Adobe premiere PRO 2024 Version 24.3.0 (Build 59)


I also tried the example
https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

but although the extension is seen from the extensions menu, in this case it doesn't even open.

 

 

Am I wrong about something? Am I missing some steps?

 

Thank you all for the kind replies.

This topic has been closed for replies.
Correct answer Etere Pte Ltd

Thank you
I redid the string
there was a space in the name.
probably when I copied, I also copied a space at the end..

1 reply

Bruce Bullis
Legend
May 2, 2024

Appearing in the menu, but not being invoke-able, is exactly how an unsigned panel behaves, if PlayerDebugMode is not enabled. 🙂

For what CSXS version, did you create that registry entry? PPro 24.x uses CEP 11.

Etere Pte LtdAuthorCorrect answer
Participant
May 6, 2024

Thank you
I redid the string
there was a space in the name.
probably when I copied, I also copied a space at the end..