1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-05 00:58:52 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
24bda85d73 Created iframe mode for getting around flash reloading issues. 2012-01-20 17:34:18 -08:00
166bd0b44f Fixed an offset width bug with IE that was causing player to break. 2012-01-09 16:28:26 -08:00
90956059f6 Updated to newest version of Flash player. Preparing for final release. 2012-01-09 12:18:08 -08:00
7ef5b15ae2 Updated api and setup docs 2012-01-05 23:25:09 -08:00
9678c7717f Added manual poster image to get around flash cross domain issues.
Starting controls hidden.
Making tech elements clickable.
2012-01-02 16:57:17 -08:00
242ff4c68b Fixed tech switching.
Fixed an issue where bigplaybutton was throwing an error when not preloading.
Fixed a bufferring issue when tech switching.
2012-01-02 13:02:04 -08:00
82142e2f54 Added loading spinner code from ZenJosh. 2011-12-21 17:59:36 -08:00
d1fb95ecbf Fixed another issue with passing vars to flash 2011-12-07 22:12:36 -08:00
8babbb412c Cleaned up tech name 2011-12-07 22:02:40 -08:00
f4e68d1a47 Fix flashvar name 2011-12-07 21:41:28 -08:00
e0516a4c83 Added ability to pass options to flash fallback. 2011-12-07 21:29:21 -08:00
1972528df7 Changed h5swf name to just Flash for ease of use. And lowercased tech object names. 2011-12-07 21:03:12 -08:00
e4f6bbb0b2 Optimized slider controls.
Fixed issue with fullscreen progress bar tracking (offset left wasn't working in new fullscreen)
2011-12-05 11:28:18 -08:00
afc9369849 Merge branch 'master' of github.com:zencoder/video-js
Conflicts:
	src/player.js
	src/tech.js
2011-12-01 16:52:23 -08:00
325084c6a1 Updated swf code to auto play on new src. 2011-12-01 16:48:06 -08:00
00a38f76a7 Refactored fullscreen logic 2011-12-01 16:29:52 -08:00
437566740f Merge branch 'master' of github.com:zencoder/video-js 2011-12-01 15:47:52 -08:00
7e747e95ab Updated swf object to newest version.
Optimizing player for later loaded sources.
2011-12-01 15:47:12 -08:00
08aa73ccf6 Added fullscreen with controls to supported browsers 2011-12-01 15:38:15 -08:00
2607e82aaf Native fullscreen with controls added for supported browsers 2011-12-01 15:24:34 -08:00
ec145f6d4d Fixed an issue with ajax errors 2011-11-30 14:05:28 -08:00
f0154eeab7 Added support for loading the player first and then setting the source later.
Fixed iOS loading issue.
2011-11-30 13:06:32 -08:00
0c7334c861 Fixed some IE comma errors. Made ajax error clearer. Fixed a setup issue. 2011-11-29 16:39:43 -08:00
ef321a8072 MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors.
Removed demo source code from repository root. Was receiving pull requests for the release files instead of source files. This makes it more clear where to make changes.
2011-11-29 11:40:05 -08:00