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