Hi everyone,
I'm trying to get the basic PPRO Panel example work with the following addition:
Download a file and import into premiere's source monitor.
I'll be discussing the Download part of this task, as I'm failing with it.
I've see some discussions here and I've noticed that
require('http')
or
cep_node.require('http')
is being used.
As a new user of this product, I couldn't find a resource or documentation on where is that code can exists?
I've tried to include it in the .js file which is loaded first (ext.js in this example) but chrome debugger complains:
Uncaught ReferenceError: cep_node is not defined
What am I doing wrong?
Thanks!
EDIT:
Looks like the `<CEFCommandLine>` node in the manifest wasn't at its right place.
I've just realized that maybe a validation of the manifest structure is something that would help investigate and save some time.
If someone could direct me, I'll be happy to contribute.