basic functionality, no estetics: videos are listed in index; can be watched with...
[living-lab-site.git] / application / views / video / ns-html5_plugin_view.php
1 <video controls="controls" width="800" height="600" preload="auto">
2         <source src="<?php echo $url ?>" type="video/ogg" />
3     Error: Your browser does not support HTML5 or the video format!
4 </video>