Documentation for implementation of jadsense plugin for Flowplayer.

This page is intended to provide you the documentation for the configuration variables for the plugin and also the implementation of the same. If you need any assistance you can contact me at narendraatjlancer.in

Installation

<script src="path/to/the/flowplayer-3.2.9.min.js"></script>
<a href="http://www.mywebsite.com/myVideo.flv"
style="display:block;width:425px;height:300px;"
id="player">
</a>
<script language="JavaScript">
flowplayer("player", "path/to/the/flowplayer-3.2.10.swf",{ plugins: { pnpadsense:{ url:"path/to/the/flowplayer.jadsense-1.0-beta.swf", contentId: "angela", adType: "1", channels: ["angela"], contentId:"angela", key:"yourpluginkeyhere", publisherId:"youradsenseforvideoid" } );
</script>
Configuration Variables
Key : Your licence key for the plugin
PublisherId : Your adsense for video publisher ID
AdType : 1 for text overlays, 2 for video ads
AdTest : on to Enable google test ads, off to disable google test ads default on
AdPosition : Only for video ads, pre for pre roll ads and post for post roll ads
Lang : Language settings for google ads
MinDuration : Only for video ads , Minimum duration of video ads in milli seconds default 15000
MaxDuration : Only for video ads , Maximum duration of video ads in milli seconds default 30000
Channels : Google ads channel from your adsense account.
ContentId : Content ID from your adsense account.
AdWidth : Ad Slot width only for Text Overlays
AdHeight : Ad Slot height only for Text Overlays