Code:
<link rel="stylesheet" href="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css" type="text/css">
<script src="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js"></script>
<video id="my-video" controls="" style="width: 340px; height: 260px;">
<source src="video.mp4" type="video/mp4">
</video>
<script type="application/javascript">
var testVideo = fluidPlayer(
"my-video",
{
vastOptions : {
"adList" : [{
"vAlign" : "bottom",
"roll" : "preRoll",
"vastTag" : "your url"
}]
}
}
);
</script>
Put the video link and vast URL...
Thank you....
No comments:
Post a Comment