The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
.1
Indifferent of the player on the new ASP , when using the mp4 player i cannot have the 300x250 ad box before the video start.
This is different using the .flv , i've it on start,on pause ... etc...
This appens in all of my sites , and is a problem actualy cause the .flv format file is not substained anymore by the script .
At the moment i can use the flv player just on the hotlinked videos.
The same happens in my embeded videos on other sites , so i'm loosing tons of adviews.
To be clear look at this:
http://www.videoitaliani.net/147/scopat … gran-figa/ This is an old .flv , the ad box is on the video before the video start.
And this is a new video using the .mp4 player, the ad box is absent and is settet just on the on-pause event:
http://www.videoitaliani.net/2589/matur … berghetto/
-----------
.2
On old ASP i had the video ads also on embeded videos , but desaperead now , how to enable it?
Ex:
http://www.videoitaliani.net/102/figa-b … -creampie/
.1 is much important , probably i'm setting something wrong,how can i fix this? , can you help me please?
Offline
If you set autoplay to no. Does this fix the problem? Can you edit templates/defboot/video_view_nuevoplayer.tpl.php and replace IDDLE with IDLE and see if that fixes the problem? Same replace for embed.php
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Hi!
Ona dmin/index.php?q=nuevo/player in the "misc" settings Autostart is "NO"
@ templates/defboot/video_view_nuevoplayer.tpl.php code is now :
function player_state(a) {
switch(a.newstate) {
case 'PAUSED':
$("#player-advertising").show();
break;
case 'IDLE':
$("#player-advertising").show();
break;
case 'PLAYING':
$("#player-advertising").hide();
break;
case 'BUFFERING':
break;
case 'COMPLETED':
<?php if (isset($this->url_next)): echo 'window.location = base_url + "',$this->url_next,'";'; endif; ?>
$("#player-advertising").show();
break;
Looks ok!,but cleared the cache etc... etc.. does not work.
Offline
Any news about this? , i've done wath you said but still in trouble.
Offline
As a temporary fix you can edit templates/defboot/css/style_video.css and find #player-advertising and set the display property from none to block.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1