summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-09 17:03:48 -0500
committerTeddy Wing2013-11-09 17:03:48 -0500
commit558c6200d5b550a6004c2dc759e1a1c51900eec9 (patch)
treea8e400bd9ee5fdb67d91ae98eda5e28c793b3cdd /index.html
parent33211b0dba94a2756573a8248219347dd086ae7f (diff)
downloadclip-play-558c6200d5b550a6004c2dc759e1a1c51900eec9.tar.bz2
Start adding video and player functions
Create functions to convert between progress bar position and seek point in seconds. Add a test video to the index.html page.
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1c24c97..a2106ba 100644
--- a/index.html
+++ b/index.html
@@ -32,11 +32,18 @@
</div>
</div>
</div>
+
+
+ <div class="video">
+ <iframe src="http://cdn.embedly.com/widgets/media.html?schema=youtube&type=text%2Fhtml&html=http://www.youtube.com/embed/q3wHLCW4hbg" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen id="single-video-lets-see-if-we-can-get-this-to-work"></iframe>
+ </div>
</div>
<script src="/assets/js/libs/jquery-2.0.3.min.js"></script>
<script src="/assets/js/libs/jquery-ui-1.10.3.custom.min.js"></script>
+ <script src='/js/utils.js'></script>
+ <script src='/js/player.js'></script>
<script src="/assets/js/sample-editor.js"></script>
<script src="/assets/js/app.js"></script>
</body>