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

Updated to newest version of Flash player. Preparing for final release.

This commit is contained in:
Steve Heffernan
2012-01-09 12:18:08 -08:00
parent ab07612c05
commit 90956059f6
13 changed files with 43 additions and 81 deletions

View File

@ -333,11 +333,7 @@ _V_.flash = _V_.PlaybackTech.extend({
poster: function(){ this.el.vjs_getProperty("poster"); },
buffered: function(){
try {
return _V_.createTimeRange(0, this.el.vjs_getProperty("buffered"));
} catch(e) {
_V_.log(e, arguments.callee.caller.arguments.callee.caller)
}
return _V_.createTimeRange(0, this.el.vjs_getProperty("buffered"));
},
supportsFullScreen: function(){
@ -408,7 +404,7 @@ _V_.flash.prototype.support = {
_V_.flash.onSWFReady = function(currSwf){
_V_.log("swfReady", currSwf)
// _V_.log("swfReady", currSwf)
var el = _V_.el(currSwf);