Hello guys
Posts
Showing posts from December, 2020
ADDING VAST PREROLL ADS TO A VIDEO USING ADSTERRA AND EXOCLICK
- Get link
- X
- Other Apps
CODE: ADSTERRA VAST CODE FOR FLUIDPLAYER: [fluid-player video=" https://mysite.com/video.mp4 " vast_file=" https://www.movcpm.com/watch.xml?key=9fac6e789d883243264139cfae232704"] In Adsterra you can only have a 30 second vast ad before the video. you cant add mid-rolls. EXOCLICK VAST CODE FOR FLUIDPLAYER: [fluid-player video=" https://mysite.com/video.mp4 " vast_file=" https://www.movcpm.com/watch.xml?key=9fac6e789d883243264139cfae232704"] OR TO ADD MID-ROLLS AND POST ROLLS. <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=" main_video.mp4 " type="video/mp4"> </video> <script type="application/jav...
Popular posts from this blog
ADDING VAST PREROLL ADS TO A VIDEO USING ADSTERRA AND EXOCLICK
CODE: ADSTERRA VAST CODE FOR FLUIDPLAYER: [fluid-player video=" https://mysite.com/video.mp4 " vast_file=" https://www.movcpm.com/watch.xml?key=9fac6e789d883243264139cfae232704"] In Adsterra you can only have a 30 second vast ad before the video. you cant add mid-rolls. EXOCLICK VAST CODE FOR FLUIDPLAYER: [fluid-player video=" https://mysite.com/video.mp4 " vast_file=" https://www.movcpm.com/watch.xml?key=9fac6e789d883243264139cfae232704"] OR TO ADD MID-ROLLS AND POST ROLLS. <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=" main_video.mp4 " type="video/mp4"> </video> <script type="application/jav...