• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] OverVideo ads sound issue

Started by turegardes.com,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

turegardes.comTopic starter

Hi

when i skip the ads its sound still plays on the video

any idea to resolve it please
  •  

PHPVibe A.

Hi, these ads are just html spots, they are not built to support video embeds in them.

Depending what player you use, it has an ads function in lib/functions.php you can try changing

.addClass("hide");


to

.remove();


Maybe that will work.

turegardes.comTopic starter

Hi

Thank you Alexande, i appreceate your help but it doese not wok you can check in here http://www.turegardes.com/video/63/final-girl-2015-french/
  •  

PHPVibe A.

myPlayer.ready(function(){
$('.pre-roll-ad').removeClass('hide');
$('.bigadclose').click(function(){ $('.pre-roll-ad').addClass('hide'); myPlayer.play();; });
});


It still has hide, not remove.

Similar topics (7)