
Video Ads not working
I use jwplayer-6.8 and VAST 2.0
This is link test: http://m.coigi.net/demo3/
Link file VAST: http://m.coigi.net/demo3/jwplayer/vast.xml
<head>
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="TauSw4N1/HO76v7riZl+ZsYiYHVCC8DnR8ooSg==";</script>
</head>
<body>
<div id="myvideo">Loading the player...</div>
<script type="text/javascript">
jwplayer('myvideo').setup({
file: 'jwplayer/mainvideo.mp4',
primary: 'flash',
advertising: {
client: 'vast',
'skipoffset':5,
tag: 'jwplayer/vast.xml'
},
width: 480,
height: 270
});
</script>
But it not working.
Please tell me what I have wrong somewhere and omissions