Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How To Configure Popunder


How To Configure Popunder ads with popunder network with jwplayer ?

Example :
visitor want to watch and click play, than will new tab ads popunder.

Thanks

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

I am not familiar with pounder network, but if you want a new tab to open when the viewer starts watching a player, I would suggest using the .on(‘firstFrame’) API event:

jwplayer().on(‘firstFrame’,function(){
//put your code to open the popunder tab here
});

This question has received the maximum number of answers.