
JW7 Advertising Events dont work currectly
For some reason, on('AdRequest') & on('beforePlay')events and more are not firing on JWPlayer 7?
I Don't have a clue on why?
Here's an example for the API function:
playerInstance.on('AdRequest', function(event) {
console.info(event);
console.info("Request");
});