Fluid player vast code

 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: 640px; height: 360px;">

    <source src="https://drive.google.com/uc?export=download&id=1HVCWt4rSb4-qxMZHqr6zFcdF0nHQq8Pm" type="video/mp4">

</video>

<script type="application/javascript">

    var testVideo = fluidPlayer(

        "my-video",

        {   vastOptions: {

                "adList": [ {

                        "roll": "preRoll",

                        "vastTag": "https://www.videosprofitnetwork.com/watch.xml?key=8ea946998cd9da76da3995e9a6e9fcf1"},

                    {"roll": "midRoll",

                        "vastTag": "https://www.videosprofitnetwork.com/watch.xml?key=8ea946998cd9da76da3995e9a6e9fcf1",

                        "timer": 8  },

                    {  "roll": "midRoll",

                        "vastTag": "https://www.videosprofitnetwork.com/watch.xml?key=8ea946998cd9da76da3995e9a6e9fcf1",

                        "timer": 10 },

                    { "roll": "postRoll",

                        "vastTag": "https://www.videosprofitnetwork.com/watch.xml?key=8ea946998cd9da76da3995e9a6e9fcf1" }

            ]  }}  );

</script>


Comments

Popular posts from this blog

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

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