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.
Hi,
UPDATE: this howto is for a older version of Adult Script Pro. The flowplayer path changed to misc/flowplayer/.
This is simple howto on configuring AdXpansion PPC advertising to work with Adult Script Pro and Flowplayer. First you need to edit
templates/your-template/video_view_player.tpl.php and add your adxpansion advertising code:
<script type='text/javascript' src='http://ads.adxpansion.com/public/js/showads.php?zone_id=13589&ver=1&type=flowplayer'></script>
after this line:
<script type="text/javascript" src="<?php echo RELATIVE_URL; ?>/modules/video/player/flowplayer-3.2.6.min.js"></script>
You also need to replace the following line:
$f("player", "<?php echo BASE_URL; ?>/modules/video/player/flowplayer-3.2.7.swf", {
with:
$f("player", {src: "<?php echo BASE_URL; ?>/modules/video/player/flowplayer-3.2.7.swf", wmode: "transparent" }, {
Once done add the following code:
$f().adxpansion();
before the last line containing:
</script>
Thats it! Enjoy and lets all make more money with PPC :-)))
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
add
$f().adxpansion({displayonload: true});
before
</script>
This will show ad before video starts.
Offline
Yes, or you can set autostart to false in Admin -> Video -> Player -> Edit.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Is there any kind soul who can help me with this. I have added the code exactly as described above but NO ads, what can be wrong or what have I done wrong. Check out this video and see the source code that it is right.
http://www.adultplazza.com/9435/panty-pops-05/
Grateful for your help!
Offline
The code for the advertising banner is not correct (the javascript source, check the url).
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
The code for the advertising banner is not correct (the javascript source, check the url).
This line is exactly copied from AdXpansion, sorry but I can not see where there is error in the URL.
<script type='text/javascript' src='http://ads.adxpansion.com/public/js/showads.php?zone_id=54952&ver=1&type=flowplayertext&snooze_time=5&opacity=0.3'></script>
Offline
I Have Tried To Sign Up them But First they Said You not provided Full Information then They Said You Do Not meet Are Traffic requirement.
Offline
I Have Tried To Sign Up them But First they Said You not provided Full Information then They Said You Do Not meet Are Traffic requirement.
I use their usual graphic banner without problems, but text ads within the video player does not work ;-)
Offline
Hmmm...i will also test the in player text advertising. Like you also said, the banner in player works.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
any update for this ? since i've seen the code is pretty much ready in the last script release.
So can we directly insert the Ad code into Embedded Player Overlay section ?
Offline
I think this code needs to be put in video_view_flowplayer.tpl.php not in video_view_player.tpl.php?
and wmode transparent is already in the code
Offline