Steve Heffernan
992f2ec23c
Fixed android check. Added contributor. Updated some docs.
2011-06-06 14:13:10 -05:00
Steve Heffernan
c8e181be27
Added eirikb to contributors.
2011-02-18 08:56:07 -08:00
Steve Heffernan
dacae5717a
Merge branch 'master' of https://github.com/eirikb/video-js into eirikb-master
2011-02-18 08:51:09 -08:00
Eirik Brandtzæg
7ffd071823
Refactored from transparent to opaque. Ref comment from emirpprime: 59fe0f109b (commitcomment-275822)
2011-02-18 12:16:56 +01:00
Eirik Brandtzæg
59fe0f109b
Added <param name="wmode" value="transparent" /> to all instances of <object>. This will help with flash transparency in IE and z-index
2011-02-18 10:06:01 +01:00
Steve Heffernan
c6aa3f6421
Updated CSS to put vendor prefixed attributes before non-prefixed ones, to be more future-proof.
2011-02-17 21:32:08 -08:00
Steve Heffernan
f31aec1717
Updated ReadMe
2011-02-17 20:34:53 -08:00
Steve Heffernan
98a3d991a0
Organized API and files.
...
Abstracted player API from video API.
Started on Control fading through CSS transitions.
2010-12-29 09:19:09 -08:00
Steve Heffernan
81aef822db
Adding docs.
...
Changed Video.player to Video.fn (like jQuery), so player can be used to get the player for a video.
2010-12-16 12:55:52 -08:00
Steve Heffernan
4847cd703e
Updated readme with fix
2010-12-01 16:24:02 -08:00
Steve Heffernan
240030fe4d
Fix: Issue with big play button when multiple videos are on the page.
2010-11-22 15:35:23 -08:00
Steve Heffernan
bc5c1af20a
Updated version numbers.
2010-11-22 15:02:11 -08:00
Steve Heffernan
30aa3dfa94
Updated readme with new fixes.
2010-11-22 15:01:21 -08:00
Steve Heffernan
dd4f79abfd
Switched main lib to 2.0.
2010-11-22 09:56:54 -08:00
Steve Heffernan
3531ab87de
Splitting up into development files. Creating v2.0.
2010-11-21 20:14:12 -08:00
Steve Heffernan
c211869e6a
Created "Behaviors" and reorgainzed functions based on them.
2010-11-12 15:04:46 -08:00
Steve Heffernan
6a682af82c
Starting new "Activate" method for controls.
...
Switched play/pause class on play button to playing/paused class on box, so other elements can style based on that.
2010-11-10 00:05:28 -08:00
Steve Heffernan
f59237e0e8
Switched back to divs for controls elements in order to make styles more portable. LIs had too many conflicsts.
2010-11-09 22:41:09 -08:00
Steve Heffernan
d04d330237
Added contributor.
2010-11-09 15:08:54 -08:00
Steve Heffernan
bfad8f161e
Updated versions and readme.
2010-11-09 14:32:01 -08:00
Steve Heffernan
d15ecf96ff
More reorganization.
2010-11-08 00:04:19 -08:00
Steve Heffernan
1520a55054
Added 1.1.5 changelog
2010-11-07 12:18:30 -08:00
Steve Heffernan
5da3957cca
Updated readme.
2010-11-07 12:17:51 -08:00
Steve Heffernan
6303b02119
Updated readme
2010-11-05 18:52:22 -07:00
Steve Heffernan
0ebfa5e068
Added flash ID to readme demo for Flowplayer fix.
2010-11-05 18:15:16 -07:00
Steve Heffernan
ea57810e4e
Updated to show links if only unplayable sources and no Flash.
2010-11-05 18:03:56 -07:00
Steve Heffernan
864e5bca0c
Updated version numbers.
...
Created test folder.
2010-11-05 17:32:13 -07:00
Steve Heffernan
e8e0306415
Fixed spinner when Safari calls waiting and doesn't resolve.
2010-11-05 16:49:36 -07:00
Steve Heffernan
1138ffae7d
Fixed a bug where Chrome shows the poster and plays audio if you set the currentTime too quickly.
2010-11-05 16:13:20 -07:00
Steve Heffernan
8eedbe6a38
Started spinner
2010-10-21 21:33:00 -07:00
Steve Heffernan
c2c945afe5
Added volume() function to get and set volume through the player.
2010-10-20 22:07:38 -07:00
Steve Heffernan
32193e1e86
Updated readme. Fixed some JSlint complaints.
2010-10-19 21:21:26 -07:00
Steve Heffernan
64e6573945
Added a big play button at the beginning.
...
Hiding controls at the start because Safari errors if you click fullscreen button before the video loads.
Started error tracking.
Organized controls/box positioning some.
2010-10-18 21:51:02 -07:00
Steve Heffernan
79ef734914
Made initial click & hold trigger new value on progress and volume.
...
Made controls not hide when hovering over them.
Changed a document.onmousemove to an eventListener to prevent conflicts.
2010-09-25 22:28:04 -07:00
Steve Heffernan
d1754b5a29
Removed vars from global scope. Updated readme.
2010-09-23 10:21:52 -07:00
Steve Heffernan
54bef3e0d7
Updated readme format again.
2010-09-20 19:08:12 -07:00
Steve Heffernan
848805c94c
Updated readme format.
2010-09-20 19:07:12 -07:00
Steve Heffernan
0451dd394a
Added iphone/ipad poster fix. Bumped to 1.1.2.
2010-09-20 19:05:17 -07:00
Steve Heffernan
7d7d78bfe4
Update contributors.
2010-09-18 09:32:51 -07:00
Steve Heffernan
aeb1744fbf
Added contributors list.
2010-09-17 21:11:57 -07:00
Steve Heffernan
e27c02e32f
Switched to .ogv instead of .ogg
2010-09-17 20:19:16 -07:00
Steve Heffernan
62801081d4
First formal version.
2010-09-14 17:24:36 -05:00
Steve Heffernan
20b33afa10
Created a jQuery plugin.
...
Added the ability to make Flash dominant over HTML5 video.
2010-09-09 19:23:57 -07:00
Steve Heffernan
795f2f8a1d
Changed setup to include setupAllWhenReady as the main easy way to set up.
...
Switched setup() to return one or an array of players for referencing later.
Added a bunch to the ReadMe file.
2010-08-19 21:33:30 -07:00
Steve Heffernan
6bd7473f13
Clearing play progress interval before setting it again, just in case.
2010-07-21 17:11:00 -07:00
Steve Heffernan
86e926f94a
Changed subtitles to use data-subtitles attribute.
...
Updated readme.
2010-07-20 16:46:48 -07:00
Steve Heffernan
12c3f34723
Updated readme.
2010-06-08 21:47:27 -07:00
Steve Heffernan
79a74350a5
Added Video for Everybody embed code with flowplayer fallback.
2010-05-17 20:36:11 -07:00
Brandon Arbini
f33b3e519b
Initial commit.
2010-05-14 11:50:09 -07:00