
JWPlayer 7 Plugin
The new JW7 has any change regarding plugin development? there is any page to check this?
The new JW7 has any change regarding plugin development? there is any page to check this?
??
Good question, but I do not know the answer. I will ask the engineers and get back to you.
Plugin methods are not working with jwplayer 7.0.0. They get registered but the usual way of calling custom plugin methods throws an error.
Ex:
jwplayer().plugins.PluginName.customMethodName();
Error: Cannot read property 'customMethodName' of undefined
This used to work with jwplayer 6.12.
I'm testing in v7.2.3, and I cannot reproduce this issue.