add Ox.VideoPlayer, demos/video/, and prove Chrome doesn't get buffered time ranges right

This commit is contained in:
rolux 2011-05-12 12:39:48 +02:00
commit 13b887abfb
5 changed files with 364 additions and 2 deletions

10
demos/video/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>OxJS Video Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="js/video.js"></script>
</head>
<body></body>
</html>