Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Creating a new interaction for interactive videos

Forums: 

I need to be able to detect keyboard/mouse interactions during an interactive video, and send people to a timestamp based on the results. (Think left/right click, control + click, things like that). It doesn't feel like extending the existing interactions would make the most sense, but maybe fill in the blanks could be used.

Load Javascript after the preloadedJs

Forums: 

Hello,

Iḿ trying to develope a h5p content, but I need to add javascript after the dom has loaded because the js is a complete react app and needs the div container created from the "preloadedJs".

I tried to load the js with jquery getscript in the "C.prototype.attach" method with a relativ path. A "test.js" file in the same folder that contains the file with the "C.prototype.attach" function is cannot be found.

Load Javascript after the preloadedJs

Forums: 

Hello,

Iḿ trying to develope a h5p content, but I need to add javascript after the dom has loaded because the js is a complete react app and needs the div container created from the "preloadedJs".

I tried to load the js with jquery getscript in the "C.prototype.attach" method with a relativ path. A "test.js" file in the same folder that contains the file with the "C.prototype.attach" function is cannot be found.

Pages