Salespage
jQuery(function ($) { function stateListener(obj) { $('#state_change').text(obj.oldstate + ' -> ' + obj.newstate); if( obj.newstate == 'COMPLETED'){ /** state when video is finished **/ } if( obj.newstate == 'BUFFERING'){ // $('#txt').text('Buffering..... please wait...').css("text-decoration", "blink"); } if( obj.newstate != 'BUFFERING'){ // $('#txt').text('').css("text-decoration", "none"); } } function timeListener(obj) { if(obj.position >= 60){ $('#showBuy').css({'display' : 'block'}); $('#showOptin').css({'display' : ...…