
Explain on.AdBlock
Not much is given on how this function works.
The way I am trying to understand it:
If JWPlayer itself notices AdBlock, it will then allow me to do whatever with the discover?
playerInstance.on('AdBlock', function(e){
$("#trailer_addict_video_frame").html("<p>Go F*ck Yourself</p>");
});
So basically destroy the created video in favor of some message? Does JWPlayer have a guide/tutorial on a better implementation?
Cheers
Ryan