From 31f6fcdbd6c692957f6555ff44091a531c4f992c Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Thu, 11 Nov 2010 17:40:22 -0800 Subject: [PATCH] Created activateControl method for applying behaviors Added rEvtContext for creating removable event listeners with context. Switch to top/left form holygrail for load bar positioning. Switched to relative/absolute for contorlsBelow instead of JS calculating heights. Started testing maps integration. --- test/map/coords.srt | 13 ++ test/map/map.html | 91 ++++++++ test/test.html | 6 +- video-js.css | 22 +- video.js | 491 ++++++++++++++++++++++++-------------------- 5 files changed, 380 insertions(+), 243 deletions(-) create mode 100755 test/map/coords.srt create mode 100644 test/map/map.html diff --git a/test/map/coords.srt b/test/map/coords.srt new file mode 100755 index 000000000..b0a397da9 --- /dev/null +++ b/test/map/coords.srt @@ -0,0 +1,13 @@ +1 +00:00:02,400 --> 00:00:05,200 +41.586688,-100.112915 + +2 +00:00:15,712 --> 00:00:17,399 +46.920255,3.010254 + +3 +00:00:25,712 --> 00:00:30,399 +-36.208823,-67.192383 + + diff --git a/test/map/map.html b/test/map/map.html new file mode 100644 index 000000000..b84edc51b --- /dev/null +++ b/test/map/map.html @@ -0,0 +1,91 @@ + + + + + HTML5 Video Player + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Download Video: + MP4, + WebM, + Ogg
+ + HTML5 Video Player by VideoJS +

+
+ + +
+ + + \ No newline at end of file diff --git a/test/test.html b/test/test.html index ad6c9b00e..463a263c8 100644 --- a/test/test.html +++ b/test/test.html @@ -4,13 +4,12 @@ HTML5 Video Player - -