forked from 0x2620/oxjs
add video timeline player and demo
This commit is contained in:
parent
3551e73249
commit
8521eb36ba
5 changed files with 1347 additions and 14 deletions
11
demos/videotimelineplayer/index.html
Normal file
11
demos/videotimelineplayer/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue