Adding Popup ads to player

Seek help running and customizing Nuevoplayer Please do not post bug reports, or feature requests here.

Adding Popup ads to player

Postby mike69 » Wed Nov 09, 2011 6:49 pm

Hi,
I wanted to add popup ads to my player for example player starts in pause mode and then when
user click to play or click on the player video popups can be called.
I know that by Nuevolab javascript bridge we put all information how
to make use of events coming from player, but i am very new to this and have no idea about js. I was wondering if any kind person can help me with this and tell me how and where has to be modified to do this.

I appreciate any help.

Regards,
Mike
mike69
 
Posts: 8
Joined: Fri Aug 12, 2011 8:36 pm

Re: Adding Popup ads to player

Postby dargre » Wed Nov 09, 2011 10:36 pm

Really we do not provide free support for custom user code. Webmaster must have some experience to make use of our player features and options according to Nuevolab's demos and multiple clear examples.

On javascript demo you have basic function that check player events.
Ic an for example check video time and this can be used to call other action when time's greater than 0 (movie started). For example:

Code: Select all
var started = false;
function updateEvent( event, v1, v2, id )
{
  if (event=='TIME' && v1>0 && started!=true)
  {
     started=true;
     and here code to show popup;
  }
}


But of course we can't say what is your popup javascript, how to open it.
Thank you,
Nuevolab Team
dargre
 
Posts: 331
Joined: Mon Sep 07, 2009 3:47 am


Return to Troubleshooting & 'How Do I' Questions

Who is online

Users browsing this forum: No registered users and 0 guests

cron