
Non-linear overlay ads
i cant get them working, please tell me what is wrong am i doing-
My Xml File...
<Creative sequence="1">
<NonLinearAds>
<NonLinear height="60" width="468" maintainAspectRatio="true" scalable="true" minSuggestedDuration="00:00:30">
<StaticResource creativeType="image/jpeg">
http://tvyaar.com/300.php
</StaticResource>
<NonLinearClickThrough>http://www.jwplayer.com/</NonLinearClickThrough>
</NonLinear>
</NonLinearAds>
</Creative>
My Embed Code...
<div id="container">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("container");
playerInstance.setup({
file: "http://cdn.phoenix.intergi.com/12891/videos/3774998/video-sd.mp4",
width: 640,
height: 360,
title: "Click Play",
advertising: {
client: "vast",
schedule: {
offset: 5, //shows 1 second into video
break1: {
tag: "http://tvyaar.com/300.xml",
type: "nonlinear"
}
}
}
});
</script>