1
0
Fork 0
forked from 0x2620/oxjs

add demos/videotimelineplayer2

This commit is contained in:
rolux 2012-03-20 12:01:10 +01:00
commit ef3caccc64
102 changed files with 95 additions and 0 deletions

View file

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