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
diff --git a/application/views/video/ns-html5_plugin_view.php b/application/views/video/ns-html5_plugin_view.php
new file mode 100644 (file)
index 0000000..4275b85
--- /dev/null
@@ -0,0 +1,4 @@
+<video controls="controls" width="800" height="600" preload="auto">
+       <source src="<?php echo $url ?>" type="video/ogg" />
+    Error: Your browser does not support HTML5 or the video format!
+</video>
\ No newline at end of file