Quantcast
Channel: WJunction - Webmaster Forum - QuickRDP.com- Upto 60% on rdp plans for ...
Viewing all articles
Browse latest Browse all 15793

ADxpansion: In-Player and In-Stream Ad

$
0
0
I'm using adxpansion.com. Banner ad (300x250 and/or 468x60) that is embedded in my player.
The problem here is that I do not know how to add code to my page.
If you know please help me adding the advertising embedded in the video :

Ad Code:

Please insert the following JavaScript code on your site, BEFORE your video player.
PHP Code:


<!-- Generated by AdXpansion -->
<
script type='text/javascript'>
  var 
adx_displayonload=1;
  var 
adx_displayoncomplete=0;
</script>
<script type='text/javascript' src='http://ads.adxpansion.com/public/js/showads.php?zone_id=110436&ver=1&type=jwplayer'></script> 

Transparent Flash Setting Update:

You need to make your Flash transparent, allow script access and give an ID to your player.

PHP Code:

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='640' height='480' id='player' name='player'>    <param name='movie' value='player.swf'>    <param name='allowfullscreen' value='true'>    <param name='flashvars' value='enablejs=true&javascriptid=player&file=playlist.xml'>     <param name='allowscriptaccess' value='always'>    <param name='wmode' value='transparent'>     <embed id='player2'           name='player2'           src='player.swf'           width='640'           height='480'            allowscriptaccess='always'           wmode='transparent'            allowfullscreen='true'           flashvars='enablejs=true&javascriptid=player2&file=playlist.xml'    /> </object

Advanced Feature:

If you are already interacting with your player using JavaScript, using adxplayercode is a bit more complicated, but is still something you can do.
Make sure you load the Adxpansion Ad tag BEFORE your own JavaScript.
PHP Code:

function getUpdate(typ,pr1,pr2,pid) {   adxjwupdate(typ,pr1,pr2,pid);   ... Your Own code is here 


My post form:
Code:

<iframe src="http://play.flashx.tv/player/embed.php?vid=633042&amp;width=620&amp;height=400&amp;autoplay=no"  marginwidth="0" marginheight="0" allowfullscreen="" frameborder="0"  height="400" scrolling="NO" width="620"></iframe>

Viewing all articles
Browse latest Browse all 15793

Trending Articles