Hi there! I hope someone can help. I've installed an HTML5 player on my site. The player is working but I have no idea how to write the script to make it play my movie:
<video id="http://www.idassurity.com/webinarlaunch.mp4" class="video-js vjs-default-skin" controls
preload="auto" width="620" height="456"
data-setup="{}">
<source src="http://www.idassurity.com/webinarlaunch.mp4" type='video/mp4'>
<source src="http://www.idassurity.com/webinarlaunch.mp4" type='video/webm'>
</video>
Can anyone please help? Thanks!
<video id="http://www.idassurity.com/webinarlaunch.mp4" class="video-js vjs-default-skin" controls
preload="auto" width="620" height="456"
data-setup="{}">
<source src="http://www.idassurity.com/webinarlaunch.mp4" type='video/mp4'>
<source src="http://www.idassurity.com/webinarlaunch.mp4" type='video/webm'>
</video>
Can anyone please help? Thanks!
Comment