From 3bbbb0b97d98fcb6259d9ca4272170b00c283e48 Mon Sep 17 00:00:00 2001 From: Mark Panaghiston Date: Thu, 20 Nov 2014 17:40:08 +0000 Subject: [PATCH] built dist folder for 2.8.3 --- dist/add-on/jplayer.playlist.min.js | 2 +- dist/add-on/jquery.jplayer.inspector.min.js | 2 +- dist/jplayer/jquery.jplayer.js | 10 +++++----- dist/jplayer/jquery.jplayer.min.js | 4 ++-- dist/jplayer/jquery.jplayer.swf | Bin 13712 -> 13711 bytes dist/popcorn/popcorn.jplayer.min.js | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/add-on/jplayer.playlist.min.js b/dist/add-on/jplayer.playlist.min.js index dc768147..a2b20c97 100644 --- a/dist/add-on/jplayer.playlist.min.js +++ b/dist/add-on/jplayer.playlist.min.js @@ -1,2 +1,2 @@ -/*! jPlayerPlaylist for jPlayer 2.8.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */ +/*! jPlayerPlaylist for jPlayer 2.8.3 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */ !function(a,b){jPlayerPlaylist=function(b,c,d){var e=this;this.current=0,this.loop=!1,this.shuffled=!1,this.removing=!1,this.cssSelector=a.extend({},this._cssSelector,b),this.options=a.extend(!0,{keyBindings:{next:{key:221,fn:function(){e.next()}},previous:{key:219,fn:function(){e.previous()}},shuffle:{key:83,fn:function(){e.shuffle()}}},stateClass:{shuffled:"jp-state-shuffled"}},this._options,d),this.playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.cssSelector.cssSelectorAncestor+" .jp-details",this.cssSelector.playlist=this.cssSelector.cssSelectorAncestor+" .jp-playlist",this.cssSelector.next=this.cssSelector.cssSelectorAncestor+" .jp-next",this.cssSelector.previous=this.cssSelector.cssSelectorAncestor+" .jp-previous",this.cssSelector.shuffle=this.cssSelector.cssSelectorAncestor+" .jp-shuffle",this.cssSelector.shuffleOff=this.cssSelector.cssSelectorAncestor+" .jp-shuffle-off",this.options.cssSelectorAncestor=this.cssSelector.cssSelectorAncestor,this.options.repeat=function(a){e.loop=a.jPlayer.options.loop},a(this.cssSelector.jPlayer).bind(a.jPlayer.event.ready,function(){e._init()}),a(this.cssSelector.jPlayer).bind(a.jPlayer.event.ended,function(){e.next()}),a(this.cssSelector.jPlayer).bind(a.jPlayer.event.play,function(){a(this).jPlayer("pauseOthers")}),a(this.cssSelector.jPlayer).bind(a.jPlayer.event.resize,function(b){b.jPlayer.options.fullScreen?a(e.cssSelector.details).show():a(e.cssSelector.details).hide()}),a(this.cssSelector.previous).click(function(a){a.preventDefault(),e.previous(),e.blur(this)}),a(this.cssSelector.next).click(function(a){a.preventDefault(),e.next(),e.blur(this)}),a(this.cssSelector.shuffle).click(function(b){b.preventDefault(),e.shuffle(e.shuffled&&a(e.cssSelector.jPlayer).jPlayer("option","useStateClassSkin")?!1:!0),e.blur(this)}),a(this.cssSelector.shuffleOff).click(function(a){a.preventDefault(),e.shuffle(!1),e.blur(this)}).hide(),this.options.fullScreen||a(this.cssSelector.details).hide(),a(this.cssSelector.playlist+" ul").empty(),this._createItemHandlers(),a(this.cssSelector.jPlayer).jPlayer(this.options)},jPlayerPlaylist.prototype={_cssSelector:{jPlayer:"#jquery_jplayer_1",cssSelectorAncestor:"#jp_container_1"},_options:{playlistOptions:{autoPlay:!1,loopOnPrevious:!1,shuffleOnLoop:!0,enableRemoveControls:!1,displayTime:"slow",addTime:"fast",removeTime:"fast",shuffleTime:"slow",itemClass:"jp-playlist-item",freeGroupClass:"jp-free-media",freeItemClass:"jp-playlist-item-free",removeItemClass:"jp-playlist-item-remove"}},option:function(a,c){if(c===b)return this.options.playlistOptions[a];switch(this.options.playlistOptions[a]=c,a){case"enableRemoveControls":this._updateControls();break;case"itemClass":case"freeGroupClass":case"freeItemClass":case"removeItemClass":this._refresh(!0),this._createItemHandlers()}return this},_init:function(){var a=this;this._refresh(function(){a.options.playlistOptions.autoPlay?a.play(a.current):a.select(a.current)})},_initPlaylist:function(b){this.current=0,this.shuffled=!1,this.removing=!1,this.original=a.extend(!0,[],b),this._originalPlaylist()},_originalPlaylist:function(){var b=this;this.playlist=[],a.each(this.original,function(a){b.playlist[a]=b.original[a]})},_refresh:function(b){var c=this;if(b&&!a.isFunction(b))a(this.cssSelector.playlist+" ul").empty(),a.each(this.playlist,function(b){a(c.cssSelector.playlist+" ul").append(c._createListItem(c.playlist[b]))}),this._updateControls();else{var d=a(this.cssSelector.playlist+" ul").children().length?this.options.playlistOptions.displayTime:0;a(this.cssSelector.playlist+" ul").slideUp(d,function(){var d=a(this);a(this).empty(),a.each(c.playlist,function(a){d.append(c._createListItem(c.playlist[a]))}),c._updateControls(),a.isFunction(b)&&b(),c.playlist.length?a(this).slideDown(c.options.playlistOptions.displayTime):a(this).show()})}},_createListItem:function(b){var c=this,d="
  • ";if(d+="×",b.free){var e=!0;d+="(",a.each(b,function(b,f){a.jPlayer.prototype.format[b]&&(e?e=!1:d+=" | ",d+=""+b+"")}),d+=")"}return d+=""+b.title+(b.artist?" ":"")+"",d+="
  • "},_createItemHandlers:function(){var b=this;a(this.cssSelector.playlist).off("click","a."+this.options.playlistOptions.itemClass).on("click","a."+this.options.playlistOptions.itemClass,function(c){c.preventDefault();var d=a(this).parent().parent().index();b.current!==d?b.play(d):a(b.cssSelector.jPlayer).jPlayer("play"),b.blur(this)}),a(this.cssSelector.playlist).off("click","a."+this.options.playlistOptions.freeItemClass).on("click","a."+this.options.playlistOptions.freeItemClass,function(c){c.preventDefault(),a(this).parent().parent().find("."+b.options.playlistOptions.itemClass).click(),b.blur(this)}),a(this.cssSelector.playlist).off("click","a."+this.options.playlistOptions.removeItemClass).on("click","a."+this.options.playlistOptions.removeItemClass,function(c){c.preventDefault();var d=a(this).parent().parent().index();b.remove(d),b.blur(this)})},_updateControls:function(){this.options.playlistOptions.enableRemoveControls?a(this.cssSelector.playlist+" ."+this.options.playlistOptions.removeItemClass).show():a(this.cssSelector.playlist+" ."+this.options.playlistOptions.removeItemClass).hide(),this.shuffled?a(this.cssSelector.jPlayer).jPlayer("addStateClass","shuffled"):a(this.cssSelector.jPlayer).jPlayer("removeStateClass","shuffled"),a(this.cssSelector.shuffle).length&&a(this.cssSelector.shuffleOff).length&&(this.shuffled?(a(this.cssSelector.shuffleOff).show(),a(this.cssSelector.shuffle).hide()):(a(this.cssSelector.shuffleOff).hide(),a(this.cssSelector.shuffle).show()))},_highlight:function(c){this.playlist.length&&c!==b&&(a(this.cssSelector.playlist+" .jp-playlist-current").removeClass("jp-playlist-current"),a(this.cssSelector.playlist+" li:nth-child("+(c+1)+")").addClass("jp-playlist-current").find(".jp-playlist-item").addClass("jp-playlist-current"))},setPlaylist:function(a){this._initPlaylist(a),this._init()},add:function(b,c){a(this.cssSelector.playlist+" ul").append(this._createListItem(b)).find("li:last-child").hide().slideDown(this.options.playlistOptions.addTime),this._updateControls(),this.original.push(b),this.playlist.push(b),c?this.play(this.playlist.length-1):1===this.original.length&&this.select(0)},remove:function(c){var d=this;return c===b?(this._initPlaylist([]),this._refresh(function(){a(d.cssSelector.jPlayer).jPlayer("clearMedia")}),!0):this.removing?!1:(c=0>c?d.original.length+c:c,c>=0&&cb?this.original.length+b:b,b>=0&&bc?this.original.length+c:c,c>=0&&c1?this.shuffle(!0,!0):this.play(a):a>0&&this.play(a)},previous:function(){var a=this.current-1>=0?this.current-1:this.playlist.length-1;(this.loop&&this.options.playlistOptions.loopOnPrevious||a'+(d.visible?"Hide":"Show")+' jPlayer Inspector

    jPlayer events that have occurred over the past 1 second:
    (Backgrounds: Never occurred Occurred before Occurred Multiple occurrences reset)

    ',f="float:left;margin:0 5px 5px 0;padding:0 5px;border:1px dotted #000;";return e+='
    ',e+='

    Update jPlayer Inspector

    ',a(this).html(e),d.windowJq=a("#"+d.windowId),d.statusJq=a("#"+d.statusId),d.configJq=a("#"+d.configId),d.toggleJq=a("#"+d.toggleId),d.eventResetJq=a("#"+d.eventResetId),d.updateJq=a("#"+d.updateId),a.each(a.jPlayer.event,function(b,e){d.eventJq[e]=a("#"+d.eventId[e]),d.eventJq[e].text(b+" ("+d.eventOccurrence[e]+")"),d.jPlayer.bind(e+".jPlayerInspector",function(a){d.eventOccurrence[a.type]++,d.eventOccurrence[a.type]>1?d.eventJq[a.type].css("background-color","#ff9"):d.eventJq[a.type].css("background-color","#9f9"),d.eventJq[a.type].text(b+" ("+d.eventOccurrence[a.type]+")"),clearTimeout(d.eventTimeout[a.type]),d.eventTimeout[a.type]=setTimeout(function(){d.eventJq[a.type].css("background-color","#fff")},1e3),setTimeout(function(){d.eventOccurrence[a.type]--,d.eventJq[a.type].text(b+" ("+d.eventOccurrence[a.type]+")")},1e3),d.visible&&c.jPlayerInspector("updateStatus")})}),d.jPlayer.bind(a.jPlayer.event.ready+".jPlayerInspector",function(){c.jPlayerInspector("updateConfig")}),d.toggleJq.click(function(){return d.visible?(a(this).text("Show"),d.windowJq.hide(),d.statusJq.empty(),d.configJq.empty()):(a(this).text("Hide"),d.windowJq.show(),d.updateJq.click()),d.visible=!d.visible,a(this).blur(),!1}),d.eventResetJq.click(function(){return a.each(a.jPlayer.event,function(a,b){d.eventJq[b].css("background-color","#eee")}),a(this).blur(),!1}),d.updateJq.click(function(){return c.jPlayerInspector("updateStatus"),c.jPlayerInspector("updateConfig"),!1}),d.visible||d.windowJq.hide(),a.jPlayerInspector.i++,this},destroy:function(){a(this).data("jPlayerInspector")&&a(this).data("jPlayerInspector").jPlayer.unbind(".jPlayerInspector"),a(this).empty()},updateConfig:function(){var b="

    This jPlayer instance is running in your browser where:
    ";for(i=0;i"+c+" solution is",a(this).data("jPlayerInspector").jPlayer.data("jPlayer")[c].used){b+=" being used and will support:";for(format in a(this).data("jPlayerInspector").jPlayer.data("jPlayer")[c].support)a(this).data("jPlayerInspector").jPlayer.data("jPlayer")[c].support[format]&&(b+=" "+format);b+="
    "}else b+=" not required
    "}b+="

    ",b+=a(this).data("jPlayerInspector").jPlayer.data("jPlayer").html.active?a(this).data("jPlayerInspector").jPlayer.data("jPlayer").flash.active?"Problem with jPlayer since both HTML5 and Flash are active.":"The HTML5 is active.":a(this).data("jPlayerInspector").jPlayer.data("jPlayer").flash.active?"The Flash is active.":"No solution is currently active. jPlayer needs a setMedia().",b+="

    ";var d=a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.formatType;b+="

    status.formatType = '"+d+"'
    ",b+=d?"Browser canPlay('"+a.jPlayer.prototype.format[d].codec+"')":"

    ",b+="

    status.src = '"+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.src+"'

    ",b+="

    status.media = {
    ";for(prop in a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media)b+=" "+prop+": "+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media[prop]+"
    ";b+="};

    ",b+="

    ",b+="status.videoWidth = '"+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.videoWidth+"'",b+=" | status.videoHeight = '"+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.videoHeight+"'",b+="
    status.width = '"+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.width+"'",b+=" | status.height = '"+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.height+"'",b+="

    ",a(this).data("jPlayerInspector").jPlayer.data("jPlayer").html.audio.available&&(b+="htmlElement.audio.canPlayType = "+typeof a(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.audio.canPlayType+"
    "),a(this).data("jPlayerInspector").jPlayer.data("jPlayer").html.video.available&&(b+="htmlElement.video.canPlayType = "+typeof a(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.video.canPlayType+""),b+="

    ",b+="

    This instance is using the constructor options:
    $('#"+a(this).data("jPlayerInspector").jPlayer.data("jPlayer").internal.self.id+"').jPlayer({
     swfPath: '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","swfPath")+"',
     solution: '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","solution")+"',
     supplied: '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","supplied")+"',
     preload: '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","preload")+"',
     volume: "+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","volume")+",
     muted: "+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","muted")+",
     backgroundColor: '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","backgroundColor")+"',
     cssSelectorAncestor: '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","cssSelectorAncestor")+"',
     cssSelector: {";var e=a(this).data("jPlayerInspector").jPlayer.jPlayer("option","cssSelector");for(prop in e)b+="
      "+prop+": '"+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","cssSelector."+prop)+"',";return b=b.slice(0,-1),b+="
     },
     errorAlerts: "+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","errorAlerts")+",
     warningAlerts: "+a(this).data("jPlayerInspector").jPlayer.jPlayer("option","warningAlerts")+"
    });

    ",a(this).data("jPlayerInspector").configJq.html(b),this},updateStatus:function(){return a(this).data("jPlayerInspector").statusJq.html("

    jPlayer is "+(a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused?"paused":"playing")+" at time: "+Math.floor(10*a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentTime)/10+"s. (d: "+Math.floor(10*a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.duration)/10+"s, sp: "+Math.floor(a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.seekPercent)+"%, cpr: "+Math.floor(a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPercentRelative)+"%, cpa: "+Math.floor(a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPercentAbsolute)+"%)

    "),this}};a.fn.jPlayerInspector=function(b){return c[b]?c[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist on jQuery.jPlayerInspector"):c.init.apply(this,arguments)}}(jQuery); \ No newline at end of file diff --git a/dist/jplayer/jquery.jplayer.js b/dist/jplayer/jquery.jplayer.js index 68830337..0b272116 100644 --- a/dist/jplayer/jquery.jplayer.js +++ b/dist/jplayer/jquery.jplayer.js @@ -7,8 +7,8 @@ * http://opensource.org/licenses/MIT * * Author: Mark J Panaghiston - * Version: 2.8.2 - * Date: 19th November 2014 + * Version: 2.8.3 + * Date: 20th November 2014 */ /* Support for Zepto 1.0 compiled with optional data module. @@ -474,8 +474,8 @@ $.jPlayer.prototype = { count: 0, // Static Variable: Change it via prototype. version: { // Static Object - script: "2.8.2", - needFlash: "2.8.0", + script: "2.8.3", + needFlash: "2.8.3", flash: "unknown" }, options: { // Instanced in $.jPlayer() constructor @@ -1764,7 +1764,7 @@ _absoluteMediaUrls: function(media) { var self = this; $.each(media, function(type, url) { - if(url && self.format[type]) { + if(url && self.format[type] && url.substr(0, 5) !== "data:") { media[type] = self._qualifyURL(url); } }); diff --git a/dist/jplayer/jquery.jplayer.min.js b/dist/jplayer/jquery.jplayer.min.js index ba5fc957..1897d566 100644 --- a/dist/jplayer/jquery.jplayer.min.js +++ b/dist/jplayer/jquery.jplayer.min.js @@ -1,3 +1,3 @@ -/*! jPlayer 2.8.2 for jQuery ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */ -!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],b):b("object"==typeof exports?require("jquery"):a.jQuery?a.jQuery:a.Zepto)}(this,function(a,b){a.fn.jPlayer=function(c){var d="jPlayer",e="string"==typeof c,f=Array.prototype.slice.call(arguments,1),g=this;return c=!e&&f.length?a.extend.apply(null,[!0,c].concat(f)):c,e&&"_"===c.charAt(0)?g:(this.each(e?function(){var e=a(this).data(d),h=e&&a.isFunction(e[c])?e[c].apply(e,f):e;return h!==e&&h!==b?(g=h,!1):void 0}:function(){var b=a(this).data(d);b?b.option(c||{}):a(this).data(d,new a.jPlayer(c,this))}),g)},a.jPlayer=function(b,c){if(arguments.length){this.element=a(c),this.options=a.extend(!0,{},this.options,b);var d=this;this.element.bind("remove.jPlayer",function(){d.destroy()}),this._init()}},"function"!=typeof a.fn.stop&&(a.fn.stop=function(){}),a.jPlayer.emulateMethods="load play pause",a.jPlayer.emulateStatus="src readyState networkState currentTime duration paused ended playbackRate",a.jPlayer.emulateOptions="muted volume",a.jPlayer.reservedEvent="ready flashreset resize repeat error warning",a.jPlayer.event={},a.each(["ready","setmedia","flashreset","resize","repeat","click","error","warning","loadstart","progress","suspend","abort","emptied","stalled","play","pause","loadedmetadata","loadeddata","waiting","playing","canplay","canplaythrough","seeking","seeked","timeupdate","ended","ratechange","durationchange","volumechange"],function(){a.jPlayer.event[this]="jPlayer_"+this}),a.jPlayer.htmlEvent=["loadstart","abort","emptied","stalled","loadedmetadata","canplay","canplaythrough"],a.jPlayer.pause=function(){a.each(a.jPlayer.prototype.instances,function(a,b){b.data("jPlayer").status.srcSet&&b.jPlayer("pause")})},a.jPlayer.timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":",sepSec:""};var c=function(){this.init()};c.prototype={init:function(){this.options={timeFormat:a.jPlayer.timeFormat}},time:function(a){a=a&&"number"==typeof a?a:0;var b=new Date(1e3*a),c=b.getUTCHours(),d=this.options.timeFormat.showHour?b.getUTCMinutes():b.getUTCMinutes()+60*c,e=this.options.timeFormat.showMin?b.getUTCSeconds():b.getUTCSeconds()+60*d,f=this.options.timeFormat.padHour&&10>c?"0"+c:c,g=this.options.timeFormat.padMin&&10>d?"0"+d:d,h=this.options.timeFormat.padSec&&10>e?"0"+e:e,i="";return i+=this.options.timeFormat.showHour?f+this.options.timeFormat.sepHour:"",i+=this.options.timeFormat.showMin?g+this.options.timeFormat.sepMin:"",i+=this.options.timeFormat.showSec?h+this.options.timeFormat.sepSec:""}};var d=new c;a.jPlayer.convertTime=function(a){return d.time(a)},a.jPlayer.uaBrowser=function(a){var b=a.toLowerCase(),c=/(webkit)[ \/]([\w.]+)/,d=/(opera)(?:.*version)?[ \/]([\w.]+)/,e=/(msie) ([\w.]+)/,f=/(mozilla)(?:.*? rv:([\w.]+))?/,g=c.exec(b)||d.exec(b)||e.exec(b)||b.indexOf("compatible")<0&&f.exec(b)||[];return{browser:g[1]||"",version:g[2]||"0"}},a.jPlayer.uaPlatform=function(a){var b=a.toLowerCase(),c=/(ipad|iphone|ipod|android|blackberry|playbook|windows ce|webos)/,d=/(ipad|playbook)/,e=/(android)/,f=/(mobile)/,g=c.exec(b)||[],h=d.exec(b)||!f.exec(b)&&e.exec(b)||[];return g[1]&&(g[1]=g[1].replace(/\s/g,"_")),{platform:g[1]||"",tablet:h[1]||""}},a.jPlayer.browser={},a.jPlayer.platform={};var e=a.jPlayer.uaBrowser(navigator.userAgent);e.browser&&(a.jPlayer.browser[e.browser]=!0,a.jPlayer.browser.version=e.version);var f=a.jPlayer.uaPlatform(navigator.userAgent);f.platform&&(a.jPlayer.platform[f.platform]=!0,a.jPlayer.platform.mobile=!f.tablet,a.jPlayer.platform.tablet=!!f.tablet),a.jPlayer.getDocMode=function(){var b;return a.jPlayer.browser.msie&&(document.documentMode?b=document.documentMode:(b=5,document.compatMode&&"CSS1Compat"===document.compatMode&&(b=7))),b},a.jPlayer.browser.documentMode=a.jPlayer.getDocMode(),a.jPlayer.nativeFeatures={init:function(){var a,b,c,d=document,e=d.createElement("video"),f={w3c:["fullscreenEnabled","fullscreenElement","requestFullscreen","exitFullscreen","fullscreenchange","fullscreenerror"],moz:["mozFullScreenEnabled","mozFullScreenElement","mozRequestFullScreen","mozCancelFullScreen","mozfullscreenchange","mozfullscreenerror"],webkit:["","webkitCurrentFullScreenElement","webkitRequestFullScreen","webkitCancelFullScreen","webkitfullscreenchange",""],webkitVideo:["webkitSupportsFullscreen","webkitDisplayingFullscreen","webkitEnterFullscreen","webkitExitFullscreen","",""]},g=["w3c","moz","webkit","webkitVideo"];for(this.fullscreen=a={support:{w3c:!!d[f.w3c[0]],moz:!!d[f.moz[0]],webkit:"function"==typeof d[f.webkit[3]],webkitVideo:"function"==typeof e[f.webkitVideo[2]]},used:{}},b=0,c=g.length;c>b;b++){var h=g[b];if(a.support[h]){a.spec=h,a.used[h]=!0;break}}if(a.spec){var i=f[a.spec];a.api={fullscreenEnabled:!0,fullscreenElement:function(a){return a=a?a:d,a[i[1]]},requestFullscreen:function(a){return a[i[2]]()},exitFullscreen:function(a){return a=a?a:d,a[i[3]]()}},a.event={fullscreenchange:i[4],fullscreenerror:i[5]}}else a.api={fullscreenEnabled:!1,fullscreenElement:function(){return null},requestFullscreen:function(){},exitFullscreen:function(){}},a.event={}}},a.jPlayer.nativeFeatures.init(),a.jPlayer.focus=null,a.jPlayer.keyIgnoreElementNames="A INPUT TEXTAREA SELECT BUTTON";var g=function(b){var c,d=a.jPlayer.focus;d&&(a.each(a.jPlayer.keyIgnoreElementNames.split(/\s+/g),function(a,d){return b.target.nodeName.toUpperCase()===d.toUpperCase()?(c=!0,!1):void 0}),c||a.each(d.options.keyBindings,function(c,e){return e&&a.isFunction(e.fn)&&("number"==typeof e.key&&b.which===e.key||"string"==typeof e.key&&b.key===e.key)?(b.preventDefault(),e.fn(d),!1):void 0}))};a.jPlayer.keys=function(b){var c="keydown.jPlayer";a(document.documentElement).unbind(c),b&&a(document.documentElement).bind(c,g)},a.jPlayer.keys(!0),a.jPlayer.prototype={count:0,version:{script:"2.8.2",needFlash:"2.8.0",flash:"unknown"},options:{swfPath:"js",solution:"html, flash",supplied:"mp3",preload:"metadata",volume:.8,muted:!1,remainingDuration:!1,toggleDuration:!1,captureDuration:!0,playbackRate:1,defaultPlaybackRate:1,minPlaybackRate:.5,maxPlaybackRate:4,wmode:"opaque",backgroundColor:"#000000",cssSelectorAncestor:"#jp_container_1",cssSelector:{videoPlay:".jp-video-play",play:".jp-play",pause:".jp-pause",stop:".jp-stop",seekBar:".jp-seek-bar",playBar:".jp-play-bar",mute:".jp-mute",unmute:".jp-unmute",volumeBar:".jp-volume-bar",volumeBarValue:".jp-volume-bar-value",volumeMax:".jp-volume-max",playbackRateBar:".jp-playback-rate-bar",playbackRateBarValue:".jp-playback-rate-bar-value",currentTime:".jp-current-time",duration:".jp-duration",title:".jp-title",fullScreen:".jp-full-screen",restoreScreen:".jp-restore-screen",repeat:".jp-repeat",repeatOff:".jp-repeat-off",gui:".jp-gui",noSolution:".jp-no-solution"},stateClass:{playing:"jp-state-playing",seeking:"jp-state-seeking",muted:"jp-state-muted",looped:"jp-state-looped",fullScreen:"jp-state-full-screen",noVolume:"jp-state-no-volume"},useStateClassSkin:!1,autoBlur:!0,smoothPlayBar:!1,fullScreen:!1,fullWindow:!1,autohide:{restored:!1,full:!0,fadeIn:200,fadeOut:600,hold:1e3},loop:!1,repeat:function(b){b.jPlayer.options.loop?a(this).unbind(".jPlayerRepeat").bind(a.jPlayer.event.ended+".jPlayer.jPlayerRepeat",function(){a(this).jPlayer("play")}):a(this).unbind(".jPlayerRepeat")},nativeVideoControls:{},noFullWindow:{msie:/msie [0-6]\./,ipad:/ipad.*?os [0-4]\./,iphone:/iphone/,ipod:/ipod/,android_pad:/android [0-3]\.(?!.*?mobile)/,android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,iemobile:/iemobile/,webos:/webos/},noVolume:{ipad:/ipad/,iphone:/iphone/,ipod:/ipod/,android_pad:/android(?!.*?mobile)/,android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,iemobile:/iemobile/,webos:/webos/,playbook:/playbook/},timeFormat:{},keyEnabled:!1,audioFullScreen:!1,keyBindings:{play:{key:80,fn:function(a){a.status.paused?a.play():a.pause()}},fullScreen:{key:70,fn:function(a){(a.status.video||a.options.audioFullScreen)&&a._setOption("fullScreen",!a.options.fullScreen)}},muted:{key:77,fn:function(a){a._muted(!a.options.muted)}},volumeUp:{key:190,fn:function(a){a.volume(a.options.volume+.1)}},volumeDown:{key:188,fn:function(a){a.volume(a.options.volume-.1)}},loop:{key:76,fn:function(a){a._loop(!a.options.loop)}}},verticalVolume:!1,verticalPlaybackRate:!1,globalVolume:!1,idPrefix:"jp",noConflict:"jQuery",emulateHtml:!1,consoleAlerts:!0,errorAlerts:!1,warningAlerts:!1},optionsAudio:{size:{width:"0px",height:"0px",cssClass:""},sizeFull:{width:"0px",height:"0px",cssClass:""}},optionsVideo:{size:{width:"480px",height:"270px",cssClass:"jp-video-270p"},sizeFull:{width:"100%",height:"100%",cssClass:"jp-video-full"}},instances:{},status:{src:"",media:{},paused:!0,format:{},formatType:"",waitForPlay:!0,waitForLoad:!0,srcSet:!1,video:!1,seekPercent:0,currentPercentRelative:0,currentPercentAbsolute:0,currentTime:0,duration:0,remaining:0,videoWidth:0,videoHeight:0,readyState:0,networkState:0,playbackRate:1,ended:0},internal:{ready:!1},solution:{html:!0,flash:!0},format:{mp3:{codec:"audio/mpeg",flashCanPlay:!0,media:"audio"},m4a:{codec:'audio/mp4; codecs="mp4a.40.2"',flashCanPlay:!0,media:"audio"},m3u8a:{codec:'application/vnd.apple.mpegurl; codecs="mp4a.40.2"',flashCanPlay:!1,media:"audio"},m3ua:{codec:"audio/mpegurl",flashCanPlay:!1,media:"audio"},oga:{codec:'audio/ogg; codecs="vorbis, opus"',flashCanPlay:!1,media:"audio"},flac:{codec:"audio/x-flac",flashCanPlay:!1,media:"audio"},wav:{codec:'audio/wav; codecs="1"',flashCanPlay:!1,media:"audio"},webma:{codec:'audio/webm; codecs="vorbis"',flashCanPlay:!1,media:"audio"},fla:{codec:"audio/x-flv",flashCanPlay:!0,media:"audio"},rtmpa:{codec:'audio/rtmp; codecs="rtmp"',flashCanPlay:!0,media:"audio"},m4v:{codec:'video/mp4; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!0,media:"video"},m3u8v:{codec:'application/vnd.apple.mpegurl; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!1,media:"video"},m3uv:{codec:"audio/mpegurl",flashCanPlay:!1,media:"video"},ogv:{codec:'video/ogg; codecs="theora, vorbis"',flashCanPlay:!1,media:"video"},webmv:{codec:'video/webm; codecs="vorbis, vp8"',flashCanPlay:!1,media:"video"},flv:{codec:"video/x-flv",flashCanPlay:!0,media:"video"},rtmpv:{codec:'video/rtmp; codecs="rtmp"',flashCanPlay:!0,media:"video"}},_init:function(){var c=this;if(this.element.empty(),this.status=a.extend({},this.status),this.internal=a.extend({},this.internal),this.options.timeFormat=a.extend({},a.jPlayer.timeFormat,this.options.timeFormat),this.internal.cmdsIgnored=a.jPlayer.platform.ipad||a.jPlayer.platform.iphone||a.jPlayer.platform.ipod,this.internal.domNode=this.element.get(0),this.options.keyEnabled&&!a.jPlayer.focus&&(a.jPlayer.focus=this),this.androidFix={setMedia:!1,play:!1,pause:!1,time:0/0},a.jPlayer.platform.android&&(this.options.preload="auto"!==this.options.preload?"metadata":"auto"),this.formats=[],this.solutions=[],this.require={},this.htmlElement={},this.html={},this.html.audio={},this.html.video={},this.flash={},this.css={},this.css.cs={},this.css.jq={},this.ancestorJq=[],this.options.volume=this._limitValue(this.options.volume,0,1),a.each(this.options.supplied.toLowerCase().split(","),function(b,d){var e=d.replace(/^\s+|\s+$/g,"");if(c.format[e]){var f=!1;a.each(c.formats,function(a,b){return e===b?(f=!0,!1):void 0}),f||c.formats.push(e)}}),a.each(this.options.solution.toLowerCase().split(","),function(b,d){var e=d.replace(/^\s+|\s+$/g,"");if(c.solution[e]){var f=!1;a.each(c.solutions,function(a,b){return e===b?(f=!0,!1):void 0}),f||c.solutions.push(e)}}),this.internal.instance="jp_"+this.count,this.instances[this.internal.instance]=this.element,this.element.attr("id")||this.element.attr("id",this.options.idPrefix+"_jplayer_"+this.count),this.internal.self=a.extend({},{id:this.element.attr("id"),jq:this.element}),this.internal.audio=a.extend({},{id:this.options.idPrefix+"_audio_"+this.count,jq:b}),this.internal.video=a.extend({},{id:this.options.idPrefix+"_video_"+this.count,jq:b}),this.internal.flash=a.extend({},{id:this.options.idPrefix+"_flash_"+this.count,jq:b,swf:this.options.swfPath+(".swf"!==this.options.swfPath.toLowerCase().slice(-4)?(this.options.swfPath&&"/"!==this.options.swfPath.slice(-1)?"/":"")+"jquery.jplayer.swf":"")}),this.internal.poster=a.extend({},{id:this.options.idPrefix+"_poster_"+this.count,jq:b}),a.each(a.jPlayer.event,function(a,d){c.options[a]!==b&&(c.element.bind(d+".jPlayer",c.options[a]),c.options[a]=b)}),this.require.audio=!1,this.require.video=!1,a.each(this.formats,function(a,b){c.require[c.format[b].media]=!0}),this.options=this.require.video?a.extend(!0,{},this.optionsVideo,this.options):a.extend(!0,{},this.optionsAudio,this.options),this._setSize(),this.status.nativeVideoControls=this._uaBlocklist(this.options.nativeVideoControls),this.status.noFullWindow=this._uaBlocklist(this.options.noFullWindow),this.status.noVolume=this._uaBlocklist(this.options.noVolume),a.jPlayer.nativeFeatures.fullscreen.api.fullscreenEnabled&&this._fullscreenAddEventListeners(),this._restrictNativeVideoControls(),this.htmlElement.poster=document.createElement("img"),this.htmlElement.poster.id=this.internal.poster.id,this.htmlElement.poster.onload=function(){(!c.status.video||c.status.waitForPlay)&&c.internal.poster.jq.show()},this.element.append(this.htmlElement.poster),this.internal.poster.jq=a("#"+this.internal.poster.id),this.internal.poster.jq.css({width:this.status.width,height:this.status.height}),this.internal.poster.jq.hide(),this.internal.poster.jq.bind("click.jPlayer",function(){c._trigger(a.jPlayer.event.click)}),this.html.audio.available=!1,this.require.audio&&(this.htmlElement.audio=document.createElement("audio"),this.htmlElement.audio.id=this.internal.audio.id,this.html.audio.available=!!this.htmlElement.audio.canPlayType&&this._testCanPlayType(this.htmlElement.audio)),this.html.video.available=!1,this.require.video&&(this.htmlElement.video=document.createElement("video"),this.htmlElement.video.id=this.internal.video.id,this.html.video.available=!!this.htmlElement.video.canPlayType&&this._testCanPlayType(this.htmlElement.video)),this.flash.available=this._checkForFlash(10.1),this.html.canPlay={},this.flash.canPlay={},a.each(this.formats,function(a,b){c.html.canPlay[b]=c.html[c.format[b].media].available&&""!==c.htmlElement[c.format[b].media].canPlayType(c.format[b].codec),c.flash.canPlay[b]=c.format[b].flashCanPlay&&c.flash.available}),this.html.desired=!1,this.flash.desired=!1,a.each(this.solutions,function(b,d){if(0===b)c[d].desired=!0;else{var e=!1,f=!1;a.each(c.formats,function(a,b){c[c.solutions[0]].canPlay[b]&&("video"===c.format[b].media?f=!0:e=!0)}),c[d].desired=c.require.audio&&!e||c.require.video&&!f}}),this.html.support={},this.flash.support={},a.each(this.formats,function(a,b){c.html.support[b]=c.html.canPlay[b]&&c.html.desired,c.flash.support[b]=c.flash.canPlay[b]&&c.flash.desired}),this.html.used=!1,this.flash.used=!1,a.each(this.solutions,function(b,d){a.each(c.formats,function(a,b){return c[d].support[b]?(c[d].used=!0,!1):void 0})}),this._resetActive(),this._resetGate(),this._cssSelectorAncestor(this.options.cssSelectorAncestor),this.html.used||this.flash.used?this.css.jq.noSolution.length&&this.css.jq.noSolution.hide():(this._error({type:a.jPlayer.error.NO_SOLUTION,context:"{solution:'"+this.options.solution+"', supplied:'"+this.options.supplied+"'}",message:a.jPlayer.errorMsg.NO_SOLUTION,hint:a.jPlayer.errorHint.NO_SOLUTION}),this.css.jq.noSolution.length&&this.css.jq.noSolution.show()),this.flash.used){var d,e="jQuery="+encodeURI(this.options.noConflict)+"&id="+encodeURI(this.internal.self.id)+"&vol="+this.options.volume+"&muted="+this.options.muted;if(a.jPlayer.browser.msie&&(Number(a.jPlayer.browser.version)<9||a.jPlayer.browser.documentMode<9)){var f='',g=['','','','',''];d=document.createElement(f);for(var h=0;h0&&(d.internal.cmdsIgnored=!1),d._getHtmlStatus(b),d._updateInterface(),d._trigger(a.jPlayer.event.progress))},!1),b.addEventListener("loadeddata",function(){c.gate&&(d.androidFix.setMedia=!1,d.androidFix.play&&(d.androidFix.play=!1,d.play(d.androidFix.time)),d.androidFix.pause&&(d.androidFix.pause=!1,d.pause(d.androidFix.time)),d._trigger(a.jPlayer.event.loadeddata))},!1),b.addEventListener("timeupdate",function(){c.gate&&(d._getHtmlStatus(b),d._updateInterface(),d._trigger(a.jPlayer.event.timeupdate))},!1),b.addEventListener("durationchange",function(){c.gate&&(d._getHtmlStatus(b),d._updateInterface(),d._trigger(a.jPlayer.event.durationchange))},!1),b.addEventListener("play",function(){c.gate&&(d._updateButtons(!0),d._html_checkWaitForPlay(),d._trigger(a.jPlayer.event.play))},!1),b.addEventListener("playing",function(){c.gate&&(d._updateButtons(!0),d._seeked(),d._trigger(a.jPlayer.event.playing))},!1),b.addEventListener("pause",function(){c.gate&&(d._updateButtons(!1),d._trigger(a.jPlayer.event.pause))},!1),b.addEventListener("waiting",function(){c.gate&&(d._seeking(),d._trigger(a.jPlayer.event.waiting))},!1),b.addEventListener("seeking",function(){c.gate&&(d._seeking(),d._trigger(a.jPlayer.event.seeking))},!1),b.addEventListener("seeked",function(){c.gate&&(d._seeked(),d._trigger(a.jPlayer.event.seeked))},!1),b.addEventListener("volumechange",function(){c.gate&&(d.options.volume=b.volume,d.options.muted=b.muted,d._updateMute(),d._updateVolume(),d._trigger(a.jPlayer.event.volumechange))},!1),b.addEventListener("ratechange",function(){c.gate&&(d.options.defaultPlaybackRate=b.defaultPlaybackRate,d.options.playbackRate=b.playbackRate,d._updatePlaybackRate(),d._trigger(a.jPlayer.event.ratechange))},!1),b.addEventListener("suspend",function(){c.gate&&(d._seeked(),d._trigger(a.jPlayer.event.suspend))},!1),b.addEventListener("ended",function(){c.gate&&(a.jPlayer.browser.webkit||(d.htmlElement.media.currentTime=0),d.htmlElement.media.pause(),d._updateButtons(!1),d._getHtmlStatus(b,!0),d._updateInterface(),d._trigger(a.jPlayer.event.ended))},!1),b.addEventListener("error",function(){c.gate&&(d._updateButtons(!1),d._seeked(),d.status.srcSet&&(clearTimeout(d.internal.htmlDlyCmdId),d.status.waitForLoad=!0,d.status.waitForPlay=!0,d.status.video&&!d.status.nativeVideoControls&&d.internal.video.jq.css({width:"0px",height:"0px"}),d._validString(d.status.media.poster)&&!d.status.nativeVideoControls&&d.internal.poster.jq.show(),d.css.jq.videoPlay.length&&d.css.jq.videoPlay.show(),d._error({type:a.jPlayer.error.URL,context:d.status.src,message:a.jPlayer.errorMsg.URL,hint:a.jPlayer.errorHint.URL})))},!1),a.each(a.jPlayer.htmlEvent,function(e,f){b.addEventListener(this,function(){c.gate&&d._trigger(a.jPlayer.event[f])},!1)})},_getHtmlStatus:function(a,b){var c=0,d=0,e=0,f=0;isFinite(a.duration)&&(this.status.duration=a.duration),c=a.currentTime,d=this.status.duration>0?100*c/this.status.duration:0,"object"==typeof a.seekable&&a.seekable.length>0?(e=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/this.status.duration:100,f=this.status.duration>0?100*a.currentTime/a.seekable.end(a.seekable.length-1):0):(e=100,f=d),b&&(c=0,f=0,d=0),this.status.seekPercent=e,this.status.currentPercentRelative=f,this.status.currentPercentAbsolute=d,this.status.currentTime=c,this.status.remaining=this.status.duration-this.status.currentTime,this.status.videoWidth=a.videoWidth,this.status.videoHeight=a.videoHeight,this.status.readyState=a.readyState,this.status.networkState=a.networkState,this.status.playbackRate=a.playbackRate,this.status.ended=a.ended},_resetStatus:function(){this.status=a.extend({},this.status,a.jPlayer.prototype.status)},_trigger:function(b,c,d){var e=a.Event(b);e.jPlayer={},e.jPlayer.version=a.extend({},this.version),e.jPlayer.options=a.extend(!0,{},this.options),e.jPlayer.status=a.extend(!0,{},this.status),e.jPlayer.html=a.extend(!0,{},this.html),e.jPlayer.flash=a.extend(!0,{},this.flash),c&&(e.jPlayer.error=a.extend({},c)),d&&(e.jPlayer.warning=a.extend({},d)),this.element.trigger(e)},jPlayerFlashEvent:function(b,c){if(b===a.jPlayer.event.ready)if(this.internal.ready){if(this.flash.gate){if(this.status.srcSet){var d=this.status.currentTime,e=this.status.paused;this.setMedia(this.status.media),this.volumeWorker(this.options.volume),d>0&&(e?this.pause(d):this.play(d))}this._trigger(a.jPlayer.event.flashreset)}}else this.internal.ready=!0,this.internal.flash.jq.css({width:"0px",height:"0px"}),this.version.flash=c.version,this.version.needFlash!==this.version.flash&&this._error({type:a.jPlayer.error.VERSION,context:this.version.flash,message:a.jPlayer.errorMsg.VERSION+this.version.flash,hint:a.jPlayer.errorHint.VERSION}),this._trigger(a.jPlayer.event.repeat),this._trigger(b);if(this.flash.gate)switch(b){case a.jPlayer.event.progress:this._getFlashStatus(c),this._updateInterface(),this._trigger(b);break;case a.jPlayer.event.timeupdate:this._getFlashStatus(c),this._updateInterface(),this._trigger(b);break;case a.jPlayer.event.play:this._seeked(),this._updateButtons(!0),this._trigger(b);break;case a.jPlayer.event.pause:this._updateButtons(!1),this._trigger(b);break;case a.jPlayer.event.ended:this._updateButtons(!1),this._trigger(b);break;case a.jPlayer.event.click:this._trigger(b);break;case a.jPlayer.event.error:this.status.waitForLoad=!0,this.status.waitForPlay=!0,this.status.video&&this.internal.flash.jq.css({width:"0px",height:"0px"}),this._validString(this.status.media.poster)&&this.internal.poster.jq.show(),this.css.jq.videoPlay.length&&this.status.video&&this.css.jq.videoPlay.show(),this.status.video?this._flash_setVideo(this.status.media):this._flash_setAudio(this.status.media),this._updateButtons(!1),this._error({type:a.jPlayer.error.URL,context:c.src,message:a.jPlayer.errorMsg.URL,hint:a.jPlayer.errorHint.URL});break;case a.jPlayer.event.seeking:this._seeking(),this._trigger(b);break;case a.jPlayer.event.seeked:this._seeked(),this._trigger(b);break;case a.jPlayer.event.ready:break;default:this._trigger(b)}return!1},_getFlashStatus:function(a){this.status.seekPercent=a.seekPercent,this.status.currentPercentRelative=a.currentPercentRelative,this.status.currentPercentAbsolute=a.currentPercentAbsolute,this.status.currentTime=a.currentTime,this.status.duration=a.duration,this.status.remaining=a.duration-a.currentTime,this.status.videoWidth=a.videoWidth,this.status.videoHeight=a.videoHeight,this.status.readyState=4,this.status.networkState=0,this.status.playbackRate=1,this.status.ended=!1},_updateButtons:function(a){a===b?a=!this.status.paused:this.status.paused=!a,a?this.addStateClass("playing"):this.removeStateClass("playing"),!this.status.noFullWindow&&this.options.fullWindow?this.addStateClass("fullScreen"):this.removeStateClass("fullScreen"),this.options.loop?this.addStateClass("looped"):this.removeStateClass("looped"),this.css.jq.play.length&&this.css.jq.pause.length&&(a?(this.css.jq.play.hide(),this.css.jq.pause.show()):(this.css.jq.play.show(),this.css.jq.pause.hide())),this.css.jq.restoreScreen.length&&this.css.jq.fullScreen.length&&(this.status.noFullWindow?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.hide()):this.options.fullWindow?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.show()):(this.css.jq.fullScreen.show(),this.css.jq.restoreScreen.hide())),this.css.jq.repeat.length&&this.css.jq.repeatOff.length&&(this.options.loop?(this.css.jq.repeat.hide(),this.css.jq.repeatOff.show()):(this.css.jq.repeat.show(),this.css.jq.repeatOff.hide()))},_updateInterface:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.width(this.status.seekPercent+"%"),this.css.jq.playBar.length&&(this.options.smoothPlayBar?this.css.jq.playBar.stop().animate({width:this.status.currentPercentAbsolute+"%"},250,"linear"):this.css.jq.playBar.width(this.status.currentPercentRelative+"%"));var a="";this.css.jq.currentTime.length&&(a=this._convertTime(this.status.currentTime),a!==this.css.jq.currentTime.text()&&this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)));var b="",c=this.status.duration,d=this.status.remaining;this.css.jq.duration.length&&("string"==typeof this.status.media.duration?b=this.status.media.duration:("number"==typeof this.status.media.duration&&(c=this.status.media.duration,d=c-this.status.currentTime),b=this.options.remainingDuration?(d>0?"-":"")+this._convertTime(d):this._convertTime(c)),b!==this.css.jq.duration.text()&&this.css.jq.duration.text(b))},_convertTime:c.prototype.time,_seeking:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.addClass("jp-seeking-bg"),this.addStateClass("seeking")},_seeked:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.removeClass("jp-seeking-bg"),this.removeStateClass("seeking")},_resetGate:function(){this.html.audio.gate=!1,this.html.video.gate=!1,this.flash.gate=!1},_resetActive:function(){this.html.active=!1,this.flash.active=!1},_escapeHtml:function(a){return a.split("&").join("&").split("<").join("<").split(">").join(">").split('"').join(""")},_qualifyURL:function(a){var b=document.createElement("div");return b.innerHTML='x',b.firstChild.href},_absoluteMediaUrls:function(b){var c=this;return a.each(b,function(a,d){d&&c.format[a]&&(b[a]=c._qualifyURL(d))}),b},addStateClass:function(a){this.ancestorJq.length&&this.ancestorJq.addClass(this.options.stateClass[a])},removeStateClass:function(a){this.ancestorJq.length&&this.ancestorJq.removeClass(this.options.stateClass[a])},setMedia:function(b){var c=this,d=!1,e=this.status.media.poster!==b.poster;this._resetMedia(),this._resetGate(),this._resetActive(),this.androidFix.setMedia=!1,this.androidFix.play=!1,this.androidFix.pause=!1,b=this._absoluteMediaUrls(b),a.each(this.formats,function(e,f){var g="video"===c.format[f].media;return a.each(c.solutions,function(e,h){if(c[h].support[f]&&c._validString(b[f])){var i="html"===h;return g?(i?(c.html.video.gate=!0,c._html_setVideo(b),c.html.active=!0):(c.flash.gate=!0,c._flash_setVideo(b),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.show(),c.status.video=!0):(i?(c.html.audio.gate=!0,c._html_setAudio(b),c.html.active=!0,a.jPlayer.platform.android&&(c.androidFix.setMedia=!0)):(c.flash.gate=!0,c._flash_setAudio(b),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.hide(),c.status.video=!1),d=!0,!1}}),d?!1:void 0}),d?(this.status.nativeVideoControls&&this.html.video.gate||this._validString(b.poster)&&(e?this.htmlElement.poster.src=b.poster:this.internal.poster.jq.show()),"string"==typeof b.title&&(this.css.jq.title.length&&this.css.jq.title.html(b.title),this.htmlElement.audio&&this.htmlElement.audio.setAttribute("title",b.title),this.htmlElement.video&&this.htmlElement.video.setAttribute("title",b.title)),this.status.srcSet=!0,this.status.media=a.extend({},b),this._updateButtons(!1),this._updateInterface(),this._trigger(a.jPlayer.event.setmedia)):this._error({type:a.jPlayer.error.NO_SUPPORT,context:"{supplied:'"+this.options.supplied+"'}",message:a.jPlayer.errorMsg.NO_SUPPORT,hint:a.jPlayer.errorHint.NO_SUPPORT})},_resetMedia:function(){this._resetStatus(),this._updateButtons(!1),this._updateInterface(),this._seeked(),this.internal.poster.jq.hide(),clearTimeout(this.internal.htmlDlyCmdId),this.html.active?this._html_resetMedia():this.flash.active&&this._flash_resetMedia()},clearMedia:function(){this._resetMedia(),this.html.active?this._html_clearMedia():this.flash.active&&this._flash_clearMedia(),this._resetGate(),this._resetActive()},load:function(){this.status.srcSet?this.html.active?this._html_load():this.flash.active&&this._flash_load():this._urlNotSetError("load")},focus:function(){this.options.keyEnabled&&(a.jPlayer.focus=this)},play:function(a){var b="object"==typeof a;b&&this.options.useStateClassSkin&&!this.status.paused?this.pause(a):(a="number"==typeof a?a:0/0,this.status.srcSet?(this.focus(),this.html.active?this._html_play(a):this.flash.active&&this._flash_play(a)):this._urlNotSetError("play")) +/*! jPlayer 2.8.3 for jQuery ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */ +!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],b):b("object"==typeof exports?require("jquery"):a.jQuery?a.jQuery:a.Zepto)}(this,function(a,b){a.fn.jPlayer=function(c){var d="jPlayer",e="string"==typeof c,f=Array.prototype.slice.call(arguments,1),g=this;return c=!e&&f.length?a.extend.apply(null,[!0,c].concat(f)):c,e&&"_"===c.charAt(0)?g:(this.each(e?function(){var e=a(this).data(d),h=e&&a.isFunction(e[c])?e[c].apply(e,f):e;return h!==e&&h!==b?(g=h,!1):void 0}:function(){var b=a(this).data(d);b?b.option(c||{}):a(this).data(d,new a.jPlayer(c,this))}),g)},a.jPlayer=function(b,c){if(arguments.length){this.element=a(c),this.options=a.extend(!0,{},this.options,b);var d=this;this.element.bind("remove.jPlayer",function(){d.destroy()}),this._init()}},"function"!=typeof a.fn.stop&&(a.fn.stop=function(){}),a.jPlayer.emulateMethods="load play pause",a.jPlayer.emulateStatus="src readyState networkState currentTime duration paused ended playbackRate",a.jPlayer.emulateOptions="muted volume",a.jPlayer.reservedEvent="ready flashreset resize repeat error warning",a.jPlayer.event={},a.each(["ready","setmedia","flashreset","resize","repeat","click","error","warning","loadstart","progress","suspend","abort","emptied","stalled","play","pause","loadedmetadata","loadeddata","waiting","playing","canplay","canplaythrough","seeking","seeked","timeupdate","ended","ratechange","durationchange","volumechange"],function(){a.jPlayer.event[this]="jPlayer_"+this}),a.jPlayer.htmlEvent=["loadstart","abort","emptied","stalled","loadedmetadata","canplay","canplaythrough"],a.jPlayer.pause=function(){a.each(a.jPlayer.prototype.instances,function(a,b){b.data("jPlayer").status.srcSet&&b.jPlayer("pause")})},a.jPlayer.timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":",sepSec:""};var c=function(){this.init()};c.prototype={init:function(){this.options={timeFormat:a.jPlayer.timeFormat}},time:function(a){a=a&&"number"==typeof a?a:0;var b=new Date(1e3*a),c=b.getUTCHours(),d=this.options.timeFormat.showHour?b.getUTCMinutes():b.getUTCMinutes()+60*c,e=this.options.timeFormat.showMin?b.getUTCSeconds():b.getUTCSeconds()+60*d,f=this.options.timeFormat.padHour&&10>c?"0"+c:c,g=this.options.timeFormat.padMin&&10>d?"0"+d:d,h=this.options.timeFormat.padSec&&10>e?"0"+e:e,i="";return i+=this.options.timeFormat.showHour?f+this.options.timeFormat.sepHour:"",i+=this.options.timeFormat.showMin?g+this.options.timeFormat.sepMin:"",i+=this.options.timeFormat.showSec?h+this.options.timeFormat.sepSec:""}};var d=new c;a.jPlayer.convertTime=function(a){return d.time(a)},a.jPlayer.uaBrowser=function(a){var b=a.toLowerCase(),c=/(webkit)[ \/]([\w.]+)/,d=/(opera)(?:.*version)?[ \/]([\w.]+)/,e=/(msie) ([\w.]+)/,f=/(mozilla)(?:.*? rv:([\w.]+))?/,g=c.exec(b)||d.exec(b)||e.exec(b)||b.indexOf("compatible")<0&&f.exec(b)||[];return{browser:g[1]||"",version:g[2]||"0"}},a.jPlayer.uaPlatform=function(a){var b=a.toLowerCase(),c=/(ipad|iphone|ipod|android|blackberry|playbook|windows ce|webos)/,d=/(ipad|playbook)/,e=/(android)/,f=/(mobile)/,g=c.exec(b)||[],h=d.exec(b)||!f.exec(b)&&e.exec(b)||[];return g[1]&&(g[1]=g[1].replace(/\s/g,"_")),{platform:g[1]||"",tablet:h[1]||""}},a.jPlayer.browser={},a.jPlayer.platform={};var e=a.jPlayer.uaBrowser(navigator.userAgent);e.browser&&(a.jPlayer.browser[e.browser]=!0,a.jPlayer.browser.version=e.version);var f=a.jPlayer.uaPlatform(navigator.userAgent);f.platform&&(a.jPlayer.platform[f.platform]=!0,a.jPlayer.platform.mobile=!f.tablet,a.jPlayer.platform.tablet=!!f.tablet),a.jPlayer.getDocMode=function(){var b;return a.jPlayer.browser.msie&&(document.documentMode?b=document.documentMode:(b=5,document.compatMode&&"CSS1Compat"===document.compatMode&&(b=7))),b},a.jPlayer.browser.documentMode=a.jPlayer.getDocMode(),a.jPlayer.nativeFeatures={init:function(){var a,b,c,d=document,e=d.createElement("video"),f={w3c:["fullscreenEnabled","fullscreenElement","requestFullscreen","exitFullscreen","fullscreenchange","fullscreenerror"],moz:["mozFullScreenEnabled","mozFullScreenElement","mozRequestFullScreen","mozCancelFullScreen","mozfullscreenchange","mozfullscreenerror"],webkit:["","webkitCurrentFullScreenElement","webkitRequestFullScreen","webkitCancelFullScreen","webkitfullscreenchange",""],webkitVideo:["webkitSupportsFullscreen","webkitDisplayingFullscreen","webkitEnterFullscreen","webkitExitFullscreen","",""]},g=["w3c","moz","webkit","webkitVideo"];for(this.fullscreen=a={support:{w3c:!!d[f.w3c[0]],moz:!!d[f.moz[0]],webkit:"function"==typeof d[f.webkit[3]],webkitVideo:"function"==typeof e[f.webkitVideo[2]]},used:{}},b=0,c=g.length;c>b;b++){var h=g[b];if(a.support[h]){a.spec=h,a.used[h]=!0;break}}if(a.spec){var i=f[a.spec];a.api={fullscreenEnabled:!0,fullscreenElement:function(a){return a=a?a:d,a[i[1]]},requestFullscreen:function(a){return a[i[2]]()},exitFullscreen:function(a){return a=a?a:d,a[i[3]]()}},a.event={fullscreenchange:i[4],fullscreenerror:i[5]}}else a.api={fullscreenEnabled:!1,fullscreenElement:function(){return null},requestFullscreen:function(){},exitFullscreen:function(){}},a.event={}}},a.jPlayer.nativeFeatures.init(),a.jPlayer.focus=null,a.jPlayer.keyIgnoreElementNames="A INPUT TEXTAREA SELECT BUTTON";var g=function(b){var c,d=a.jPlayer.focus;d&&(a.each(a.jPlayer.keyIgnoreElementNames.split(/\s+/g),function(a,d){return b.target.nodeName.toUpperCase()===d.toUpperCase()?(c=!0,!1):void 0}),c||a.each(d.options.keyBindings,function(c,e){return e&&a.isFunction(e.fn)&&("number"==typeof e.key&&b.which===e.key||"string"==typeof e.key&&b.key===e.key)?(b.preventDefault(),e.fn(d),!1):void 0}))};a.jPlayer.keys=function(b){var c="keydown.jPlayer";a(document.documentElement).unbind(c),b&&a(document.documentElement).bind(c,g)},a.jPlayer.keys(!0),a.jPlayer.prototype={count:0,version:{script:"2.8.3",needFlash:"2.8.3",flash:"unknown"},options:{swfPath:"js",solution:"html, flash",supplied:"mp3",preload:"metadata",volume:.8,muted:!1,remainingDuration:!1,toggleDuration:!1,captureDuration:!0,playbackRate:1,defaultPlaybackRate:1,minPlaybackRate:.5,maxPlaybackRate:4,wmode:"opaque",backgroundColor:"#000000",cssSelectorAncestor:"#jp_container_1",cssSelector:{videoPlay:".jp-video-play",play:".jp-play",pause:".jp-pause",stop:".jp-stop",seekBar:".jp-seek-bar",playBar:".jp-play-bar",mute:".jp-mute",unmute:".jp-unmute",volumeBar:".jp-volume-bar",volumeBarValue:".jp-volume-bar-value",volumeMax:".jp-volume-max",playbackRateBar:".jp-playback-rate-bar",playbackRateBarValue:".jp-playback-rate-bar-value",currentTime:".jp-current-time",duration:".jp-duration",title:".jp-title",fullScreen:".jp-full-screen",restoreScreen:".jp-restore-screen",repeat:".jp-repeat",repeatOff:".jp-repeat-off",gui:".jp-gui",noSolution:".jp-no-solution"},stateClass:{playing:"jp-state-playing",seeking:"jp-state-seeking",muted:"jp-state-muted",looped:"jp-state-looped",fullScreen:"jp-state-full-screen",noVolume:"jp-state-no-volume"},useStateClassSkin:!1,autoBlur:!0,smoothPlayBar:!1,fullScreen:!1,fullWindow:!1,autohide:{restored:!1,full:!0,fadeIn:200,fadeOut:600,hold:1e3},loop:!1,repeat:function(b){b.jPlayer.options.loop?a(this).unbind(".jPlayerRepeat").bind(a.jPlayer.event.ended+".jPlayer.jPlayerRepeat",function(){a(this).jPlayer("play")}):a(this).unbind(".jPlayerRepeat")},nativeVideoControls:{},noFullWindow:{msie:/msie [0-6]\./,ipad:/ipad.*?os [0-4]\./,iphone:/iphone/,ipod:/ipod/,android_pad:/android [0-3]\.(?!.*?mobile)/,android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,iemobile:/iemobile/,webos:/webos/},noVolume:{ipad:/ipad/,iphone:/iphone/,ipod:/ipod/,android_pad:/android(?!.*?mobile)/,android_phone:/android.*?mobile/,blackberry:/blackberry/,windows_ce:/windows ce/,iemobile:/iemobile/,webos:/webos/,playbook:/playbook/},timeFormat:{},keyEnabled:!1,audioFullScreen:!1,keyBindings:{play:{key:80,fn:function(a){a.status.paused?a.play():a.pause()}},fullScreen:{key:70,fn:function(a){(a.status.video||a.options.audioFullScreen)&&a._setOption("fullScreen",!a.options.fullScreen)}},muted:{key:77,fn:function(a){a._muted(!a.options.muted)}},volumeUp:{key:190,fn:function(a){a.volume(a.options.volume+.1)}},volumeDown:{key:188,fn:function(a){a.volume(a.options.volume-.1)}},loop:{key:76,fn:function(a){a._loop(!a.options.loop)}}},verticalVolume:!1,verticalPlaybackRate:!1,globalVolume:!1,idPrefix:"jp",noConflict:"jQuery",emulateHtml:!1,consoleAlerts:!0,errorAlerts:!1,warningAlerts:!1},optionsAudio:{size:{width:"0px",height:"0px",cssClass:""},sizeFull:{width:"0px",height:"0px",cssClass:""}},optionsVideo:{size:{width:"480px",height:"270px",cssClass:"jp-video-270p"},sizeFull:{width:"100%",height:"100%",cssClass:"jp-video-full"}},instances:{},status:{src:"",media:{},paused:!0,format:{},formatType:"",waitForPlay:!0,waitForLoad:!0,srcSet:!1,video:!1,seekPercent:0,currentPercentRelative:0,currentPercentAbsolute:0,currentTime:0,duration:0,remaining:0,videoWidth:0,videoHeight:0,readyState:0,networkState:0,playbackRate:1,ended:0},internal:{ready:!1},solution:{html:!0,flash:!0},format:{mp3:{codec:"audio/mpeg",flashCanPlay:!0,media:"audio"},m4a:{codec:'audio/mp4; codecs="mp4a.40.2"',flashCanPlay:!0,media:"audio"},m3u8a:{codec:'application/vnd.apple.mpegurl; codecs="mp4a.40.2"',flashCanPlay:!1,media:"audio"},m3ua:{codec:"audio/mpegurl",flashCanPlay:!1,media:"audio"},oga:{codec:'audio/ogg; codecs="vorbis, opus"',flashCanPlay:!1,media:"audio"},flac:{codec:"audio/x-flac",flashCanPlay:!1,media:"audio"},wav:{codec:'audio/wav; codecs="1"',flashCanPlay:!1,media:"audio"},webma:{codec:'audio/webm; codecs="vorbis"',flashCanPlay:!1,media:"audio"},fla:{codec:"audio/x-flv",flashCanPlay:!0,media:"audio"},rtmpa:{codec:'audio/rtmp; codecs="rtmp"',flashCanPlay:!0,media:"audio"},m4v:{codec:'video/mp4; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!0,media:"video"},m3u8v:{codec:'application/vnd.apple.mpegurl; codecs="avc1.42E01E, mp4a.40.2"',flashCanPlay:!1,media:"video"},m3uv:{codec:"audio/mpegurl",flashCanPlay:!1,media:"video"},ogv:{codec:'video/ogg; codecs="theora, vorbis"',flashCanPlay:!1,media:"video"},webmv:{codec:'video/webm; codecs="vorbis, vp8"',flashCanPlay:!1,media:"video"},flv:{codec:"video/x-flv",flashCanPlay:!0,media:"video"},rtmpv:{codec:'video/rtmp; codecs="rtmp"',flashCanPlay:!0,media:"video"}},_init:function(){var c=this;if(this.element.empty(),this.status=a.extend({},this.status),this.internal=a.extend({},this.internal),this.options.timeFormat=a.extend({},a.jPlayer.timeFormat,this.options.timeFormat),this.internal.cmdsIgnored=a.jPlayer.platform.ipad||a.jPlayer.platform.iphone||a.jPlayer.platform.ipod,this.internal.domNode=this.element.get(0),this.options.keyEnabled&&!a.jPlayer.focus&&(a.jPlayer.focus=this),this.androidFix={setMedia:!1,play:!1,pause:!1,time:0/0},a.jPlayer.platform.android&&(this.options.preload="auto"!==this.options.preload?"metadata":"auto"),this.formats=[],this.solutions=[],this.require={},this.htmlElement={},this.html={},this.html.audio={},this.html.video={},this.flash={},this.css={},this.css.cs={},this.css.jq={},this.ancestorJq=[],this.options.volume=this._limitValue(this.options.volume,0,1),a.each(this.options.supplied.toLowerCase().split(","),function(b,d){var e=d.replace(/^\s+|\s+$/g,"");if(c.format[e]){var f=!1;a.each(c.formats,function(a,b){return e===b?(f=!0,!1):void 0}),f||c.formats.push(e)}}),a.each(this.options.solution.toLowerCase().split(","),function(b,d){var e=d.replace(/^\s+|\s+$/g,"");if(c.solution[e]){var f=!1;a.each(c.solutions,function(a,b){return e===b?(f=!0,!1):void 0}),f||c.solutions.push(e)}}),this.internal.instance="jp_"+this.count,this.instances[this.internal.instance]=this.element,this.element.attr("id")||this.element.attr("id",this.options.idPrefix+"_jplayer_"+this.count),this.internal.self=a.extend({},{id:this.element.attr("id"),jq:this.element}),this.internal.audio=a.extend({},{id:this.options.idPrefix+"_audio_"+this.count,jq:b}),this.internal.video=a.extend({},{id:this.options.idPrefix+"_video_"+this.count,jq:b}),this.internal.flash=a.extend({},{id:this.options.idPrefix+"_flash_"+this.count,jq:b,swf:this.options.swfPath+(".swf"!==this.options.swfPath.toLowerCase().slice(-4)?(this.options.swfPath&&"/"!==this.options.swfPath.slice(-1)?"/":"")+"jquery.jplayer.swf":"")}),this.internal.poster=a.extend({},{id:this.options.idPrefix+"_poster_"+this.count,jq:b}),a.each(a.jPlayer.event,function(a,d){c.options[a]!==b&&(c.element.bind(d+".jPlayer",c.options[a]),c.options[a]=b)}),this.require.audio=!1,this.require.video=!1,a.each(this.formats,function(a,b){c.require[c.format[b].media]=!0}),this.options=this.require.video?a.extend(!0,{},this.optionsVideo,this.options):a.extend(!0,{},this.optionsAudio,this.options),this._setSize(),this.status.nativeVideoControls=this._uaBlocklist(this.options.nativeVideoControls),this.status.noFullWindow=this._uaBlocklist(this.options.noFullWindow),this.status.noVolume=this._uaBlocklist(this.options.noVolume),a.jPlayer.nativeFeatures.fullscreen.api.fullscreenEnabled&&this._fullscreenAddEventListeners(),this._restrictNativeVideoControls(),this.htmlElement.poster=document.createElement("img"),this.htmlElement.poster.id=this.internal.poster.id,this.htmlElement.poster.onload=function(){(!c.status.video||c.status.waitForPlay)&&c.internal.poster.jq.show()},this.element.append(this.htmlElement.poster),this.internal.poster.jq=a("#"+this.internal.poster.id),this.internal.poster.jq.css({width:this.status.width,height:this.status.height}),this.internal.poster.jq.hide(),this.internal.poster.jq.bind("click.jPlayer",function(){c._trigger(a.jPlayer.event.click)}),this.html.audio.available=!1,this.require.audio&&(this.htmlElement.audio=document.createElement("audio"),this.htmlElement.audio.id=this.internal.audio.id,this.html.audio.available=!!this.htmlElement.audio.canPlayType&&this._testCanPlayType(this.htmlElement.audio)),this.html.video.available=!1,this.require.video&&(this.htmlElement.video=document.createElement("video"),this.htmlElement.video.id=this.internal.video.id,this.html.video.available=!!this.htmlElement.video.canPlayType&&this._testCanPlayType(this.htmlElement.video)),this.flash.available=this._checkForFlash(10.1),this.html.canPlay={},this.flash.canPlay={},a.each(this.formats,function(a,b){c.html.canPlay[b]=c.html[c.format[b].media].available&&""!==c.htmlElement[c.format[b].media].canPlayType(c.format[b].codec),c.flash.canPlay[b]=c.format[b].flashCanPlay&&c.flash.available}),this.html.desired=!1,this.flash.desired=!1,a.each(this.solutions,function(b,d){if(0===b)c[d].desired=!0;else{var e=!1,f=!1;a.each(c.formats,function(a,b){c[c.solutions[0]].canPlay[b]&&("video"===c.format[b].media?f=!0:e=!0)}),c[d].desired=c.require.audio&&!e||c.require.video&&!f}}),this.html.support={},this.flash.support={},a.each(this.formats,function(a,b){c.html.support[b]=c.html.canPlay[b]&&c.html.desired,c.flash.support[b]=c.flash.canPlay[b]&&c.flash.desired}),this.html.used=!1,this.flash.used=!1,a.each(this.solutions,function(b,d){a.each(c.formats,function(a,b){return c[d].support[b]?(c[d].used=!0,!1):void 0})}),this._resetActive(),this._resetGate(),this._cssSelectorAncestor(this.options.cssSelectorAncestor),this.html.used||this.flash.used?this.css.jq.noSolution.length&&this.css.jq.noSolution.hide():(this._error({type:a.jPlayer.error.NO_SOLUTION,context:"{solution:'"+this.options.solution+"', supplied:'"+this.options.supplied+"'}",message:a.jPlayer.errorMsg.NO_SOLUTION,hint:a.jPlayer.errorHint.NO_SOLUTION}),this.css.jq.noSolution.length&&this.css.jq.noSolution.show()),this.flash.used){var d,e="jQuery="+encodeURI(this.options.noConflict)+"&id="+encodeURI(this.internal.self.id)+"&vol="+this.options.volume+"&muted="+this.options.muted;if(a.jPlayer.browser.msie&&(Number(a.jPlayer.browser.version)<9||a.jPlayer.browser.documentMode<9)){var f='',g=['','','','',''];d=document.createElement(f);for(var h=0;h0&&(d.internal.cmdsIgnored=!1),d._getHtmlStatus(b),d._updateInterface(),d._trigger(a.jPlayer.event.progress))},!1),b.addEventListener("loadeddata",function(){c.gate&&(d.androidFix.setMedia=!1,d.androidFix.play&&(d.androidFix.play=!1,d.play(d.androidFix.time)),d.androidFix.pause&&(d.androidFix.pause=!1,d.pause(d.androidFix.time)),d._trigger(a.jPlayer.event.loadeddata))},!1),b.addEventListener("timeupdate",function(){c.gate&&(d._getHtmlStatus(b),d._updateInterface(),d._trigger(a.jPlayer.event.timeupdate))},!1),b.addEventListener("durationchange",function(){c.gate&&(d._getHtmlStatus(b),d._updateInterface(),d._trigger(a.jPlayer.event.durationchange))},!1),b.addEventListener("play",function(){c.gate&&(d._updateButtons(!0),d._html_checkWaitForPlay(),d._trigger(a.jPlayer.event.play))},!1),b.addEventListener("playing",function(){c.gate&&(d._updateButtons(!0),d._seeked(),d._trigger(a.jPlayer.event.playing))},!1),b.addEventListener("pause",function(){c.gate&&(d._updateButtons(!1),d._trigger(a.jPlayer.event.pause))},!1),b.addEventListener("waiting",function(){c.gate&&(d._seeking(),d._trigger(a.jPlayer.event.waiting))},!1),b.addEventListener("seeking",function(){c.gate&&(d._seeking(),d._trigger(a.jPlayer.event.seeking))},!1),b.addEventListener("seeked",function(){c.gate&&(d._seeked(),d._trigger(a.jPlayer.event.seeked))},!1),b.addEventListener("volumechange",function(){c.gate&&(d.options.volume=b.volume,d.options.muted=b.muted,d._updateMute(),d._updateVolume(),d._trigger(a.jPlayer.event.volumechange))},!1),b.addEventListener("ratechange",function(){c.gate&&(d.options.defaultPlaybackRate=b.defaultPlaybackRate,d.options.playbackRate=b.playbackRate,d._updatePlaybackRate(),d._trigger(a.jPlayer.event.ratechange))},!1),b.addEventListener("suspend",function(){c.gate&&(d._seeked(),d._trigger(a.jPlayer.event.suspend))},!1),b.addEventListener("ended",function(){c.gate&&(a.jPlayer.browser.webkit||(d.htmlElement.media.currentTime=0),d.htmlElement.media.pause(),d._updateButtons(!1),d._getHtmlStatus(b,!0),d._updateInterface(),d._trigger(a.jPlayer.event.ended))},!1),b.addEventListener("error",function(){c.gate&&(d._updateButtons(!1),d._seeked(),d.status.srcSet&&(clearTimeout(d.internal.htmlDlyCmdId),d.status.waitForLoad=!0,d.status.waitForPlay=!0,d.status.video&&!d.status.nativeVideoControls&&d.internal.video.jq.css({width:"0px",height:"0px"}),d._validString(d.status.media.poster)&&!d.status.nativeVideoControls&&d.internal.poster.jq.show(),d.css.jq.videoPlay.length&&d.css.jq.videoPlay.show(),d._error({type:a.jPlayer.error.URL,context:d.status.src,message:a.jPlayer.errorMsg.URL,hint:a.jPlayer.errorHint.URL})))},!1),a.each(a.jPlayer.htmlEvent,function(e,f){b.addEventListener(this,function(){c.gate&&d._trigger(a.jPlayer.event[f])},!1)})},_getHtmlStatus:function(a,b){var c=0,d=0,e=0,f=0;isFinite(a.duration)&&(this.status.duration=a.duration),c=a.currentTime,d=this.status.duration>0?100*c/this.status.duration:0,"object"==typeof a.seekable&&a.seekable.length>0?(e=this.status.duration>0?100*a.seekable.end(a.seekable.length-1)/this.status.duration:100,f=this.status.duration>0?100*a.currentTime/a.seekable.end(a.seekable.length-1):0):(e=100,f=d),b&&(c=0,f=0,d=0),this.status.seekPercent=e,this.status.currentPercentRelative=f,this.status.currentPercentAbsolute=d,this.status.currentTime=c,this.status.remaining=this.status.duration-this.status.currentTime,this.status.videoWidth=a.videoWidth,this.status.videoHeight=a.videoHeight,this.status.readyState=a.readyState,this.status.networkState=a.networkState,this.status.playbackRate=a.playbackRate,this.status.ended=a.ended},_resetStatus:function(){this.status=a.extend({},this.status,a.jPlayer.prototype.status)},_trigger:function(b,c,d){var e=a.Event(b);e.jPlayer={},e.jPlayer.version=a.extend({},this.version),e.jPlayer.options=a.extend(!0,{},this.options),e.jPlayer.status=a.extend(!0,{},this.status),e.jPlayer.html=a.extend(!0,{},this.html),e.jPlayer.flash=a.extend(!0,{},this.flash),c&&(e.jPlayer.error=a.extend({},c)),d&&(e.jPlayer.warning=a.extend({},d)),this.element.trigger(e)},jPlayerFlashEvent:function(b,c){if(b===a.jPlayer.event.ready)if(this.internal.ready){if(this.flash.gate){if(this.status.srcSet){var d=this.status.currentTime,e=this.status.paused;this.setMedia(this.status.media),this.volumeWorker(this.options.volume),d>0&&(e?this.pause(d):this.play(d))}this._trigger(a.jPlayer.event.flashreset)}}else this.internal.ready=!0,this.internal.flash.jq.css({width:"0px",height:"0px"}),this.version.flash=c.version,this.version.needFlash!==this.version.flash&&this._error({type:a.jPlayer.error.VERSION,context:this.version.flash,message:a.jPlayer.errorMsg.VERSION+this.version.flash,hint:a.jPlayer.errorHint.VERSION}),this._trigger(a.jPlayer.event.repeat),this._trigger(b);if(this.flash.gate)switch(b){case a.jPlayer.event.progress:this._getFlashStatus(c),this._updateInterface(),this._trigger(b);break;case a.jPlayer.event.timeupdate:this._getFlashStatus(c),this._updateInterface(),this._trigger(b);break;case a.jPlayer.event.play:this._seeked(),this._updateButtons(!0),this._trigger(b);break;case a.jPlayer.event.pause:this._updateButtons(!1),this._trigger(b);break;case a.jPlayer.event.ended:this._updateButtons(!1),this._trigger(b);break;case a.jPlayer.event.click:this._trigger(b);break;case a.jPlayer.event.error:this.status.waitForLoad=!0,this.status.waitForPlay=!0,this.status.video&&this.internal.flash.jq.css({width:"0px",height:"0px"}),this._validString(this.status.media.poster)&&this.internal.poster.jq.show(),this.css.jq.videoPlay.length&&this.status.video&&this.css.jq.videoPlay.show(),this.status.video?this._flash_setVideo(this.status.media):this._flash_setAudio(this.status.media),this._updateButtons(!1),this._error({type:a.jPlayer.error.URL,context:c.src,message:a.jPlayer.errorMsg.URL,hint:a.jPlayer.errorHint.URL});break;case a.jPlayer.event.seeking:this._seeking(),this._trigger(b);break;case a.jPlayer.event.seeked:this._seeked(),this._trigger(b);break;case a.jPlayer.event.ready:break;default:this._trigger(b)}return!1},_getFlashStatus:function(a){this.status.seekPercent=a.seekPercent,this.status.currentPercentRelative=a.currentPercentRelative,this.status.currentPercentAbsolute=a.currentPercentAbsolute,this.status.currentTime=a.currentTime,this.status.duration=a.duration,this.status.remaining=a.duration-a.currentTime,this.status.videoWidth=a.videoWidth,this.status.videoHeight=a.videoHeight,this.status.readyState=4,this.status.networkState=0,this.status.playbackRate=1,this.status.ended=!1},_updateButtons:function(a){a===b?a=!this.status.paused:this.status.paused=!a,a?this.addStateClass("playing"):this.removeStateClass("playing"),!this.status.noFullWindow&&this.options.fullWindow?this.addStateClass("fullScreen"):this.removeStateClass("fullScreen"),this.options.loop?this.addStateClass("looped"):this.removeStateClass("looped"),this.css.jq.play.length&&this.css.jq.pause.length&&(a?(this.css.jq.play.hide(),this.css.jq.pause.show()):(this.css.jq.play.show(),this.css.jq.pause.hide())),this.css.jq.restoreScreen.length&&this.css.jq.fullScreen.length&&(this.status.noFullWindow?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.hide()):this.options.fullWindow?(this.css.jq.fullScreen.hide(),this.css.jq.restoreScreen.show()):(this.css.jq.fullScreen.show(),this.css.jq.restoreScreen.hide())),this.css.jq.repeat.length&&this.css.jq.repeatOff.length&&(this.options.loop?(this.css.jq.repeat.hide(),this.css.jq.repeatOff.show()):(this.css.jq.repeat.show(),this.css.jq.repeatOff.hide()))},_updateInterface:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.width(this.status.seekPercent+"%"),this.css.jq.playBar.length&&(this.options.smoothPlayBar?this.css.jq.playBar.stop().animate({width:this.status.currentPercentAbsolute+"%"},250,"linear"):this.css.jq.playBar.width(this.status.currentPercentRelative+"%"));var a="";this.css.jq.currentTime.length&&(a=this._convertTime(this.status.currentTime),a!==this.css.jq.currentTime.text()&&this.css.jq.currentTime.text(this._convertTime(this.status.currentTime)));var b="",c=this.status.duration,d=this.status.remaining;this.css.jq.duration.length&&("string"==typeof this.status.media.duration?b=this.status.media.duration:("number"==typeof this.status.media.duration&&(c=this.status.media.duration,d=c-this.status.currentTime),b=this.options.remainingDuration?(d>0?"-":"")+this._convertTime(d):this._convertTime(c)),b!==this.css.jq.duration.text()&&this.css.jq.duration.text(b))},_convertTime:c.prototype.time,_seeking:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.addClass("jp-seeking-bg"),this.addStateClass("seeking")},_seeked:function(){this.css.jq.seekBar.length&&this.css.jq.seekBar.removeClass("jp-seeking-bg"),this.removeStateClass("seeking")},_resetGate:function(){this.html.audio.gate=!1,this.html.video.gate=!1,this.flash.gate=!1},_resetActive:function(){this.html.active=!1,this.flash.active=!1},_escapeHtml:function(a){return a.split("&").join("&").split("<").join("<").split(">").join(">").split('"').join(""")},_qualifyURL:function(a){var b=document.createElement("div");return b.innerHTML='x',b.firstChild.href},_absoluteMediaUrls:function(b){var c=this;return a.each(b,function(a,d){d&&c.format[a]&&"data:"!==d.substr(0,5)&&(b[a]=c._qualifyURL(d))}),b},addStateClass:function(a){this.ancestorJq.length&&this.ancestorJq.addClass(this.options.stateClass[a])},removeStateClass:function(a){this.ancestorJq.length&&this.ancestorJq.removeClass(this.options.stateClass[a])},setMedia:function(b){var c=this,d=!1,e=this.status.media.poster!==b.poster;this._resetMedia(),this._resetGate(),this._resetActive(),this.androidFix.setMedia=!1,this.androidFix.play=!1,this.androidFix.pause=!1,b=this._absoluteMediaUrls(b),a.each(this.formats,function(e,f){var g="video"===c.format[f].media;return a.each(c.solutions,function(e,h){if(c[h].support[f]&&c._validString(b[f])){var i="html"===h;return g?(i?(c.html.video.gate=!0,c._html_setVideo(b),c.html.active=!0):(c.flash.gate=!0,c._flash_setVideo(b),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.show(),c.status.video=!0):(i?(c.html.audio.gate=!0,c._html_setAudio(b),c.html.active=!0,a.jPlayer.platform.android&&(c.androidFix.setMedia=!0)):(c.flash.gate=!0,c._flash_setAudio(b),c.flash.active=!0),c.css.jq.videoPlay.length&&c.css.jq.videoPlay.hide(),c.status.video=!1),d=!0,!1}}),d?!1:void 0}),d?(this.status.nativeVideoControls&&this.html.video.gate||this._validString(b.poster)&&(e?this.htmlElement.poster.src=b.poster:this.internal.poster.jq.show()),"string"==typeof b.title&&(this.css.jq.title.length&&this.css.jq.title.html(b.title),this.htmlElement.audio&&this.htmlElement.audio.setAttribute("title",b.title),this.htmlElement.video&&this.htmlElement.video.setAttribute("title",b.title)),this.status.srcSet=!0,this.status.media=a.extend({},b),this._updateButtons(!1),this._updateInterface(),this._trigger(a.jPlayer.event.setmedia)):this._error({type:a.jPlayer.error.NO_SUPPORT,context:"{supplied:'"+this.options.supplied+"'}",message:a.jPlayer.errorMsg.NO_SUPPORT,hint:a.jPlayer.errorHint.NO_SUPPORT})},_resetMedia:function(){this._resetStatus(),this._updateButtons(!1),this._updateInterface(),this._seeked(),this.internal.poster.jq.hide(),clearTimeout(this.internal.htmlDlyCmdId),this.html.active?this._html_resetMedia():this.flash.active&&this._flash_resetMedia()},clearMedia:function(){this._resetMedia(),this.html.active?this._html_clearMedia():this.flash.active&&this._flash_clearMedia(),this._resetGate(),this._resetActive()},load:function(){this.status.srcSet?this.html.active?this._html_load():this.flash.active&&this._flash_load():this._urlNotSetError("load")},focus:function(){this.options.keyEnabled&&(a.jPlayer.focus=this)},play:function(a){var b="object"==typeof a;b&&this.options.useStateClassSkin&&!this.status.paused?this.pause(a):(a="number"==typeof a?a:0/0,this.status.srcSet?(this.focus(),this.html.active?this._html_play(a):this.flash.active&&this._flash_play(a)):this._urlNotSetError("play")) },videoPlay:function(){this.play()},pause:function(a){a="number"==typeof a?a:0/0,this.status.srcSet?this.html.active?this._html_pause(a):this.flash.active&&this._flash_pause(a):this._urlNotSetError("pause")},tellOthers:function(b,c){var d=this,e="function"==typeof c,f=Array.prototype.slice.call(arguments);"string"==typeof b&&(e&&f.splice(1,1),a.each(this.instances,function(){d.element!==this&&(!e||c.call(this.data("jPlayer"),d))&&this.jPlayer.apply(this,f)}))},pauseOthers:function(a){this.tellOthers("pause",function(){return this.status.srcSet},a)},stop:function(){this.status.srcSet?this.html.active?this._html_pause(0):this.flash.active&&this._flash_pause(0):this._urlNotSetError("stop")},playHead:function(a){a=this._limitValue(a,0,100),this.status.srcSet?this.html.active?this._html_playHead(a):this.flash.active&&this._flash_playHead(a):this._urlNotSetError("playHead")},_muted:function(a){this.mutedWorker(a),this.options.globalVolume&&this.tellOthers("mutedWorker",function(){return this.options.globalVolume},a)},mutedWorker:function(b){this.options.muted=b,this.html.used&&this._html_setProperty("muted",b),this.flash.used&&this._flash_mute(b),this.html.video.gate||this.html.audio.gate||(this._updateMute(b),this._updateVolume(this.options.volume),this._trigger(a.jPlayer.event.volumechange))},mute:function(a){var c="object"==typeof a;c&&this.options.useStateClassSkin&&this.options.muted?this._muted(!1):(a=a===b?!0:!!a,this._muted(a))},unmute:function(a){a=a===b?!0:!!a,this._muted(!a)},_updateMute:function(a){a===b&&(a=this.options.muted),a?this.addStateClass("muted"):this.removeStateClass("muted"),this.css.jq.mute.length&&this.css.jq.unmute.length&&(this.status.noVolume?(this.css.jq.mute.hide(),this.css.jq.unmute.hide()):a?(this.css.jq.mute.hide(),this.css.jq.unmute.show()):(this.css.jq.mute.show(),this.css.jq.unmute.hide()))},volume:function(a){this.volumeWorker(a),this.options.globalVolume&&this.tellOthers("volumeWorker",function(){return this.options.globalVolume},a)},volumeWorker:function(b){b=this._limitValue(b,0,1),this.options.volume=b,this.html.used&&this._html_setProperty("volume",b),this.flash.used&&this._flash_volume(b),this.html.video.gate||this.html.audio.gate||(this._updateVolume(b),this._trigger(a.jPlayer.event.volumechange))},volumeBar:function(b){if(this.css.jq.volumeBar.length){var c=a(b.currentTarget),d=c.offset(),e=b.pageX-d.left,f=c.width(),g=c.height()-b.pageY+d.top,h=c.height();this.volume(this.options.verticalVolume?g/h:e/f)}this.options.muted&&this._muted(!1)},_updateVolume:function(a){a===b&&(a=this.options.volume),a=this.options.muted?0:a,this.status.noVolume?(this.addStateClass("noVolume"),this.css.jq.volumeBar.length&&this.css.jq.volumeBar.hide(),this.css.jq.volumeBarValue.length&&this.css.jq.volumeBarValue.hide(),this.css.jq.volumeMax.length&&this.css.jq.volumeMax.hide()):(this.removeStateClass("noVolume"),this.css.jq.volumeBar.length&&this.css.jq.volumeBar.show(),this.css.jq.volumeBarValue.length&&(this.css.jq.volumeBarValue.show(),this.css.jq.volumeBarValue[this.options.verticalVolume?"height":"width"](100*a+"%")),this.css.jq.volumeMax.length&&this.css.jq.volumeMax.show())},volumeMax:function(){this.volume(1),this.options.muted&&this._muted(!1)},_cssSelectorAncestor:function(b){var c=this;this.options.cssSelectorAncestor=b,this._removeUiClass(),this.ancestorJq=b?a(b):[],b&&1!==this.ancestorJq.length&&this._warning({type:a.jPlayer.warning.CSS_SELECTOR_COUNT,context:b,message:a.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.ancestorJq.length+" found for cssSelectorAncestor.",hint:a.jPlayer.warningHint.CSS_SELECTOR_COUNT}),this._addUiClass(),a.each(this.options.cssSelector,function(a,b){c._cssSelector(a,b)}),this._updateInterface(),this._updateButtons(),this._updateAutohide(),this._updateVolume(),this._updateMute()},_cssSelector:function(b,c){var d=this;if("string"==typeof c)if(a.jPlayer.prototype.options.cssSelector[b]){if(this.css.jq[b]&&this.css.jq[b].length&&this.css.jq[b].unbind(".jPlayer"),this.options.cssSelector[b]=c,this.css.cs[b]=this.options.cssSelectorAncestor+" "+c,this.css.jq[b]=c?a(this.css.cs[b]):[],this.css.jq[b].length&&this[b]){var e=function(c){c.preventDefault(),d[b](c),d.options.autoBlur?a(this).blur():a(this).focus()};this.css.jq[b].bind("click.jPlayer",e)}c&&1!==this.css.jq[b].length&&this._warning({type:a.jPlayer.warning.CSS_SELECTOR_COUNT,context:this.css.cs[b],message:a.jPlayer.warningMsg.CSS_SELECTOR_COUNT+this.css.jq[b].length+" found for "+b+" method.",hint:a.jPlayer.warningHint.CSS_SELECTOR_COUNT})}else this._warning({type:a.jPlayer.warning.CSS_SELECTOR_METHOD,context:b,message:a.jPlayer.warningMsg.CSS_SELECTOR_METHOD,hint:a.jPlayer.warningHint.CSS_SELECTOR_METHOD});else this._warning({type:a.jPlayer.warning.CSS_SELECTOR_STRING,context:c,message:a.jPlayer.warningMsg.CSS_SELECTOR_STRING,hint:a.jPlayer.warningHint.CSS_SELECTOR_STRING})},duration:function(a){this.options.toggleDuration&&(this.options.captureDuration&&a.stopPropagation(),this._setOption("remainingDuration",!this.options.remainingDuration))},seekBar:function(b){if(this.css.jq.seekBar.length){var c=a(b.currentTarget),d=c.offset(),e=b.pageX-d.left,f=c.width(),g=100*e/f;this.playHead(g)}},playbackRate:function(a){this._setOption("playbackRate",a)},playbackRateBar:function(b){if(this.css.jq.playbackRateBar.length){var c,d,e=a(b.currentTarget),f=e.offset(),g=b.pageX-f.left,h=e.width(),i=e.height()-b.pageY+f.top,j=e.height();c=this.options.verticalPlaybackRate?i/j:g/h,d=c*(this.options.maxPlaybackRate-this.options.minPlaybackRate)+this.options.minPlaybackRate,this.playbackRate(d)}},_updatePlaybackRate:function(){var a=this.options.playbackRate,b=(a-this.options.minPlaybackRate)/(this.options.maxPlaybackRate-this.options.minPlaybackRate);this.status.playbackRateEnabled?(this.css.jq.playbackRateBar.length&&this.css.jq.playbackRateBar.show(),this.css.jq.playbackRateBarValue.length&&(this.css.jq.playbackRateBarValue.show(),this.css.jq.playbackRateBarValue[this.options.verticalPlaybackRate?"height":"width"](100*b+"%"))):(this.css.jq.playbackRateBar.length&&this.css.jq.playbackRateBar.hide(),this.css.jq.playbackRateBarValue.length&&this.css.jq.playbackRateBarValue.hide())},repeat:function(a){var b="object"==typeof a;this._loop(b&&this.options.useStateClassSkin&&this.options.loop?!1:!0)},repeatOff:function(){this._loop(!1)},_loop:function(b){this.options.loop!==b&&(this.options.loop=b,this._updateButtons(),this._trigger(a.jPlayer.event.repeat))},option:function(c,d){var e=c;if(0===arguments.length)return a.extend(!0,{},this.options);if("string"==typeof c){var f=c.split(".");if(d===b){for(var g=a.extend(!0,{},this.options),h=0;h0||Math.floor(d)>0):e=!0,a.internal.mouse={x:b.pageX,y:b.pageY},e&&a.css.jq.gui.fadeIn(a.options.autohide.fadeIn,function(){clearTimeout(a.internal.autohideId),a.internal.autohideId=setTimeout(function(){a.css.jq.gui.fadeOut(a.options.autohide.fadeOut)},a.options.autohide.hold)})};this.css.jq.gui.length&&(this.css.jq.gui.stop(!0,!0),clearTimeout(this.internal.autohideId),delete this.internal.mouse,this.element.unbind(c),this.css.jq.gui.unbind(c),this.status.nativeVideoControls?this.css.jq.gui.hide():this.options.fullWindow&&this.options.autohide.full||!this.options.fullWindow&&this.options.autohide.restored?(this.element.bind(d,e),this.css.jq.gui.bind(d,e),this.css.jq.gui.hide()):this.css.jq.gui.show())},fullScreen:function(a){var b="object"==typeof a;b&&this.options.useStateClassSkin&&this.options.fullScreen?this._setOption("fullScreen",!1):this._setOption("fullScreen",!0)},restoreScreen:function(){this._setOption("fullScreen",!1)},_fullscreenAddEventListeners:function(){var b=this,c=a.jPlayer.nativeFeatures.fullscreen;c.api.fullscreenEnabled&&c.event.fullscreenchange&&("function"!=typeof this.internal.fullscreenchangeHandler&&(this.internal.fullscreenchangeHandler=function(){b._fullscreenchange()}),document.addEventListener(c.event.fullscreenchange,this.internal.fullscreenchangeHandler,!1))},_fullscreenRemoveEventListeners:function(){var b=a.jPlayer.nativeFeatures.fullscreen;this.internal.fullscreenchangeHandler&&document.removeEventListener(b.event.fullscreenchange,this.internal.fullscreenchangeHandler,!1)},_fullscreenchange:function(){this.options.fullScreen&&!a.jPlayer.nativeFeatures.fullscreen.api.fullscreenElement()&&this._setOption("fullScreen",!1)},_requestFullscreen:function(){var b=this.ancestorJq.length?this.ancestorJq[0]:this.element[0],c=a.jPlayer.nativeFeatures.fullscreen;c.used.webkitVideo&&(b=this.htmlElement.video),c.api.fullscreenEnabled&&c.api.requestFullscreen(b)},_exitFullscreen:function(){var b,c=a.jPlayer.nativeFeatures.fullscreen;c.used.webkitVideo&&(b=this.htmlElement.video),c.api.fullscreenEnabled&&c.api.exitFullscreen(b)},_html_initMedia:function(b){var c=a(this.htmlElement.media).empty();a.each(b.track||[],function(a,b){var d=document.createElement("track");d.setAttribute("kind",b.kind?b.kind:""),d.setAttribute("src",b.src?b.src:""),d.setAttribute("srclang",b.srclang?b.srclang:""),d.setAttribute("label",b.label?b.label:""),b.def&&d.setAttribute("default",b.def),c.append(d)}),this.htmlElement.media.src=this.status.src,"none"!==this.options.preload&&this._html_load(),this._trigger(a.jPlayer.event.timeupdate)},_html_setFormat:function(b){var c=this;a.each(this.formats,function(a,d){return c.html.support[d]&&b[d]?(c.status.src=b[d],c.status.format[d]=!0,c.status.formatType=d,!1):void 0})},_html_setAudio:function(a){this._html_setFormat(a),this.htmlElement.media=this.htmlElement.audio,this._html_initMedia(a)},_html_setVideo:function(a){this._html_setFormat(a),this.status.nativeVideoControls&&(this.htmlElement.video.poster=this._validString(a.poster)?a.poster:""),this.htmlElement.media=this.htmlElement.video,this._html_initMedia(a)},_html_resetMedia:function(){this.htmlElement.media&&(this.htmlElement.media.id!==this.internal.video.id||this.status.nativeVideoControls||this.internal.video.jq.css({width:"0px",height:"0px"}),this.htmlElement.media.pause())},_html_clearMedia:function(){this.htmlElement.media&&(this.htmlElement.media.src="about:blank",this.htmlElement.media.load())},_html_load:function(){this.status.waitForLoad&&(this.status.waitForLoad=!1,this.htmlElement.media.load()),clearTimeout(this.internal.htmlDlyCmdId)},_html_play:function(a){var b=this,c=this.htmlElement.media;if(this.androidFix.pause=!1,this._html_load(),this.androidFix.setMedia)this.androidFix.play=!0,this.androidFix.time=a;else if(isNaN(a))c.play();else{this.internal.cmdsIgnored&&c.play();try{if(c.seekable&&!("object"==typeof c.seekable&&c.seekable.length>0))throw 1;c.currentTime=a,c.play()}catch(d){return void(this.internal.htmlDlyCmdId=setTimeout(function(){b.play(a)},250))}}this._html_checkWaitForPlay()},_html_pause:function(a){var b=this,c=this.htmlElement.media;if(this.androidFix.play=!1,a>0?this._html_load():clearTimeout(this.internal.htmlDlyCmdId),c.pause(),this.androidFix.setMedia)this.androidFix.pause=!0,this.androidFix.time=a;else if(!isNaN(a))try{if(c.seekable&&!("object"==typeof c.seekable&&c.seekable.length>0))throw 1;c.currentTime=a}catch(d){return void(this.internal.htmlDlyCmdId=setTimeout(function(){b.pause(a)},250))}a>0&&this._html_checkWaitForPlay()},_html_playHead:function(a){var b=this,c=this.htmlElement.media;this._html_load();try{if("object"==typeof c.seekable&&c.seekable.length>0)c.currentTime=a*c.seekable.end(c.seekable.length-1)/100;else{if(!(c.duration>0)||isNaN(c.duration))throw"e";c.currentTime=a*c.duration/100}}catch(d){return void(this.internal.htmlDlyCmdId=setTimeout(function(){b.playHead(a)},250))}this.status.waitForLoad||this._html_checkWaitForPlay()},_html_checkWaitForPlay:function(){this.status.waitForPlay&&(this.status.waitForPlay=!1,this.css.jq.videoPlay.length&&this.css.jq.videoPlay.hide(),this.status.video&&(this.internal.poster.jq.hide(),this.internal.video.jq.css({width:this.status.width,height:this.status.height})))},_html_setProperty:function(a,b){this.html.audio.available&&(this.htmlElement.audio[a]=b),this.html.video.available&&(this.htmlElement.video[a]=b)},_flash_setAudio:function(b){var c=this;try{a.each(this.formats,function(a,d){if(c.flash.support[d]&&b[d]){switch(d){case"m4a":case"fla":c._getMovie().fl_setAudio_m4a(b[d]);break;case"mp3":c._getMovie().fl_setAudio_mp3(b[d]);break;case"rtmpa":c._getMovie().fl_setAudio_rtmp(b[d])}return c.status.src=b[d],c.status.format[d]=!0,c.status.formatType=d,!1}}),"auto"===this.options.preload&&(this._flash_load(),this.status.waitForLoad=!1)}catch(d){this._flashError(d)}},_flash_setVideo:function(b){var c=this;try{a.each(this.formats,function(a,d){if(c.flash.support[d]&&b[d]){switch(d){case"m4v":case"flv":c._getMovie().fl_setVideo_m4v(b[d]);break;case"rtmpv":c._getMovie().fl_setVideo_rtmp(b[d])}return c.status.src=b[d],c.status.format[d]=!0,c.status.formatType=d,!1}}),"auto"===this.options.preload&&(this._flash_load(),this.status.waitForLoad=!1)}catch(d){this._flashError(d)}},_flash_resetMedia:function(){this.internal.flash.jq.css({width:"0px",height:"0px"}),this._flash_pause(0/0)},_flash_clearMedia:function(){try{this._getMovie().fl_clearMedia()}catch(a){this._flashError(a)}},_flash_load:function(){try{this._getMovie().fl_load()}catch(a){this._flashError(a)}this.status.waitForLoad=!1},_flash_play:function(a){try{this._getMovie().fl_play(a)}catch(b){this._flashError(b)}this.status.waitForLoad=!1,this._flash_checkWaitForPlay()},_flash_pause:function(a){try{this._getMovie().fl_pause(a)}catch(b){this._flashError(b)}a>0&&(this.status.waitForLoad=!1,this._flash_checkWaitForPlay())},_flash_playHead:function(a){try{this._getMovie().fl_play_head(a)}catch(b){this._flashError(b)}this.status.waitForLoad||this._flash_checkWaitForPlay()},_flash_checkWaitForPlay:function(){this.status.waitForPlay&&(this.status.waitForPlay=!1,this.css.jq.videoPlay.length&&this.css.jq.videoPlay.hide(),this.status.video&&(this.internal.poster.jq.hide(),this.internal.flash.jq.css({width:this.status.width,height:this.status.height})))},_flash_volume:function(a){try{this._getMovie().fl_volume(a)}catch(b){this._flashError(b)}},_flash_mute:function(a){try{this._getMovie().fl_mute(a)}catch(b){this._flashError(b)}},_getMovie:function(){return document[this.internal.flash.id]},_getFlashPluginVersion:function(){var a,b=0;if(window.ActiveXObject)try{if(a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")){var c=a.GetVariable("$version");c&&(c=c.split(" ")[1].split(","),b=parseInt(c[0],10)+"."+parseInt(c[1],10))}}catch(d){}else navigator.plugins&&navigator.mimeTypes.length>0&&(a=navigator.plugins["Shockwave Flash"],a&&(b=navigator.plugins["Shockwave Flash"].description.replace(/.*\s(\d+\.\d+).*/,"$1")));return 1*b},_checkForFlash:function(a){var b=!1;return this._getFlashPluginVersion()>=a&&(b=!0),b},_validString:function(a){return a&&"string"==typeof a},_limitValue:function(a,b,c){return b>a?b:a>c?c:a},_urlNotSetError:function(b){this._error({type:a.jPlayer.error.URL_NOT_SET,context:b,message:a.jPlayer.errorMsg.URL_NOT_SET,hint:a.jPlayer.errorHint.URL_NOT_SET})},_flashError:function(b){var c;c=this.internal.ready?"FLASH_DISABLED":"FLASH",this._error({type:a.jPlayer.error[c],context:this.internal.flash.swf,message:a.jPlayer.errorMsg[c]+b.message,hint:a.jPlayer.errorHint[c]}),this.internal.flash.jq.css({width:"1px",height:"1px"})},_error:function(b){this._trigger(a.jPlayer.event.error,b),this.options.errorAlerts&&this._alert("Error!"+(b.message?"\n"+b.message:"")+(b.hint?"\n"+b.hint:"")+"\nContext: "+b.context)},_warning:function(c){this._trigger(a.jPlayer.event.warning,b,c),this.options.warningAlerts&&this._alert("Warning!"+(c.message?"\n"+c.message:"")+(c.hint?"\n"+c.hint:"")+"\nContext: "+c.context)},_alert:function(a){var b="jPlayer "+this.version.script+" : id='"+this.internal.self.id+"' : "+a;this.options.consoleAlerts?window.console&&window.console.log&&window.console.log(b):alert(b)},_emulateHtmlBridge:function(){var b=this;a.each(a.jPlayer.emulateMethods.split(/\s+/g),function(a,c){b.internal.domNode[c]=function(a){b[c](a)}}),a.each(a.jPlayer.event,function(c,d){var e=!0;a.each(a.jPlayer.reservedEvent.split(/\s+/g),function(a,b){return b===c?(e=!1,!1):void 0}),e&&b.element.bind(d+".jPlayer.jPlayerHtml",function(){b._emulateHtmlUpdate();var a=document.createEvent("Event");a.initEvent(c,!1,!0),b.internal.domNode.dispatchEvent(a)})})},_emulateHtmlUpdate:function(){var b=this;a.each(a.jPlayer.emulateStatus.split(/\s+/g),function(a,c){b.internal.domNode[c]=b.status[c]}),a.each(a.jPlayer.emulateOptions.split(/\s+/g),function(a,c){b.internal.domNode[c]=b.options[c]})},_destroyHtmlBridge:function(){var b=this;this.element.unbind(".jPlayerHtml");var c=a.jPlayer.emulateMethods+" "+a.jPlayer.emulateStatus+" "+a.jPlayer.emulateOptions;a.each(c.split(/\s+/g),function(a,c){delete b.internal.domNode[c]})}},a.jPlayer.error={FLASH:"e_flash",FLASH_DISABLED:"e_flash_disabled",NO_SOLUTION:"e_no_solution",NO_SUPPORT:"e_no_support",URL:"e_url",URL_NOT_SET:"e_url_not_set",VERSION:"e_version"},a.jPlayer.errorMsg={FLASH:"jPlayer's Flash fallback is not configured correctly, or a command was issued before the jPlayer Ready event. Details: ",FLASH_DISABLED:"jPlayer's Flash fallback has been disabled by the browser due to the CSS rules you have used. Details: ",NO_SOLUTION:"No solution can be found by jPlayer in this browser. Neither HTML nor Flash can be used.",NO_SUPPORT:"It is not possible to play any media format provided in setMedia() on this browser using your current options.",URL:"Media URL could not be loaded.",URL_NOT_SET:"Attempt to issue media playback commands, while no media url is set.",VERSION:"jPlayer "+a.jPlayer.prototype.version.script+" needs Jplayer.swf version "+a.jPlayer.prototype.version.needFlash+" but found "},a.jPlayer.errorHint={FLASH:"Check your swfPath option and that Jplayer.swf is there.",FLASH_DISABLED:"Check that you have not display:none; the jPlayer entity or any ancestor.",NO_SOLUTION:"Review the jPlayer options: support and supplied.",NO_SUPPORT:"Video or audio formats defined in the supplied option are missing.",URL:"Check media URL is valid.",URL_NOT_SET:"Use setMedia() to set the media URL.",VERSION:"Update jPlayer files."},a.jPlayer.warning={CSS_SELECTOR_COUNT:"e_css_selector_count",CSS_SELECTOR_METHOD:"e_css_selector_method",CSS_SELECTOR_STRING:"e_css_selector_string",OPTION_KEY:"e_option_key"},a.jPlayer.warningMsg={CSS_SELECTOR_COUNT:"The number of css selectors found did not equal one: ",CSS_SELECTOR_METHOD:"The methodName given in jPlayer('cssSelector') is not a valid jPlayer method.",CSS_SELECTOR_STRING:"The methodCssSelector given in jPlayer('cssSelector') is not a String or is empty.",OPTION_KEY:"The option requested in jPlayer('option') is undefined."},a.jPlayer.warningHint={CSS_SELECTOR_COUNT:"Check your css selector and the ancestor.",CSS_SELECTOR_METHOD:"Check your method name.",CSS_SELECTOR_STRING:"Check your css selector is a string.",OPTION_KEY:"Check your option name."}}); \ No newline at end of file diff --git a/dist/jplayer/jquery.jplayer.swf b/dist/jplayer/jquery.jplayer.swf index d9fe52205c3492c5dc03f9a3984df5bb8e06b55b..04537aea5b67d41025b2e1a1fc81c7a6a49ee02e 100644 GIT binary patch literal 13711 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 literal 13712 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