Hey there! Check out this awesome site for Music Videos:
(Music Videos(Player))
I've been testing different options, but if you have a better suggestion, please let me know. Any help would be really appreciated. If I can't figure it out on my own, I might have to spend $15 on Fiverr to get a video player. Thanks in advance for your assistance!
Here's the code I've been working with:
<link href="http://vjs.zencdn.net/5.4.6/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/5.4.6/video.js"></script>
<script src="/path/to/videojs_5.vast.vpaid.min.js"></script>
<head>
<body>
<CENTER>Music Videos</CENTER>
<script src='https://cdnjs.cloudflare.com/ajax/libs/video.js/5.20.5/video.js'></script>
<video id="my-video" class="video-js vjs-default-skin"
controls preload="auto" width="640" height="264"
poster="http://vjs.zencdn.net/v/oceans.png"
data-setup='{
"plugins": {
"vastClient": {
"adTagUrl": "https://www.movcpm.com/watch.xml?key=9ccb16032b77eabffbe9fbf2194c0464",
"adCancelTimeout": 5000,
"adsEnabled": true
}
}
}'>
<source src="/VidUploads/Natural%20-%20The%20Future%20%28Prod.%20by%20MURDA%20TAPE%29.mp4" type='video/mp4'/>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</CENTER>
</P>
<script src="https://vjs.zencdn.net/7.6.6/video.js"></script>
</body>