<script type="text/javascript">
var testVideo = fluidPlayer(
'video-ad-list',
{
vastOptions: {
"adList" : [
//preRoll
{
"vAlign" : "bottom", //only for In-Video
"roll" : "preRoll",
"vastTag" :"https://adservingdomain.com/splash.php?idzone=0000000"
},
//midRoll
{
"valign" : "top", //only for In-Video
"roll" : "midRoll",
"timer" : "8",
"nonlinearDuration" : "5", //only for In-Video
"vastTag" : "https://adservingdomain.com/splash.php?idzone=0000000"
},
{
"roll" : "midRoll", // In-sream ad
"timer" : "75%",
"vastTag" : "https://adservingdomain.com/splash.php?idzone=0000000"
},
//onPauseRoll
{
"valign" : "bottom", //only for In-Video
"roll" : "onPauseRoll",
"vastTag" : "https://adservingdomain.com/splash.php?idzone=0000000"
},
//postRoll
{
"valign" : "top", //only for In-Video
"roll" : "postRoll",
"vastTag" : "https://adservingdomain.com/splash.php?idzone=0000000"
}
]
}
}
);
</script>