
Video ads for JWPlayer with Playlist
Hello,
I am currently in the process of implementing video ads to the JWPlayer at the site www.themusichutch.com; however, I am getting an issue.
I'm not getting any video ad plays with the following code:
<script type="text/javascript">
jwplayer("html5vidplayer").setup({
playlist: "/vidjukebox_jw.xml.php",
height: 800,
width: 875,
listbar: {
position: 'bottom',
size: 180,
layout: 'basic'
},
skin: "five",
advertising: {
client: "vast",
tag: "http://shadowcdn-01.yumenetworks.com/ym/1B3uA91O2152/1349/HifvrHol/vpaid_as3.xml"
}
});
</script>
Can you please let me know what may be the issue with the above code, and why video ads are not being played for the JWPlayer playlist player.
Thank you!
Gregory Rzeczko