Script for vast

 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....

Comments

Post a Comment

Popular posts from this blog

How to add Video into website with Google drive (any videos)

Fluid player vast code

How to add YouTube videos on video.js player in Blogger (embed)