Adult Script Pro Community Forums

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.

#1 2015-06-29 06:29:45

Peter1972
Member
Registered: 2013-12-02
Posts: 31

Videoplayer Ads Problems

.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

#2 2015-06-29 06:55:42

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Videoplayer Ads Problems

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

#3 2015-06-29 07:21:57

Peter1972
Member
Registered: 2013-12-02
Posts: 31

Re: Videoplayer Ads Problems

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

#4 2015-06-30 06:05:06

Peter1972
Member
Registered: 2013-12-02
Posts: 31

Re: Videoplayer Ads Problems

Any news about this? , i've done wath you said but still in trouble.

Offline

#5 2015-06-30 06:25:13

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Videoplayer Ads Problems

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

Board footer

Powered by FluxBB