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.
Hello i was wondering if there is a code or some modification for the video js player if a user click on a video the video first loads a ad instead of direct play the video.
greets
Offline
Which player are you using? what you want works with nuevo and flowplayer flash.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
i'm working with the video.js you can select in admin panel
Offline
Ahh...you want interestitial advertising? Basically when a visitors clicks on a video, instead of redirecting to the video page it should redirect to a please wait 10 seconds and then redirect to video view page?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I mean.
When a user arrive on a video,
The video don't play instant, only When they Press play,
Offline
Set Auto Play to no in Admin.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
thanks and one thing, how can i move the play button to the center of the player?
Offline
Which player?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
JS Player
Offline
Edit templates/defboot/video_view_videojs.tpl.php and find:
class="video-js vjs-default-skin"
replace with:
class="video-js vjs-default-skin vjs-big-play-centered "
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
good work thanks
Offline
is it also possible that the play can be changed and be the same as it is if you pauze the player.
Advertisement
Close & Play
Offline
Yes, create a advertising entry in the Player Overlay group/position.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
i've already activated the player overlay, and when i pauze the video it show a advertisment.
but not at the start of the video.
and have you modified the bug of my video conversation,
Offline
Set Autoplay to no and then edit templates/defboot/css/style_video.css and find:
#player-advertising {position: absolute; display: none; z-index: 999999;}
with:
#player-advertising {position: absolute; block: none; z-index: 999999;}
I checked the conversion problem yesterday, but the bug was not the one introduced in 2.0.5, so i have to debug.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline