web/res/metadataplayer/Controller.js
changeset 638 e0d4e8431de3
parent 623 5b7d7ab6baff
child 654 a5977736d2b0
equal deleted inserted replaced
637:c282fe964d19 638:e0d4e8431de3
   194         this.player.popcorn.pause();
   194         this.player.popcorn.pause();
   195     }  
   195     }  
   196 };
   196 };
   197 
   197 
   198 IriSP.Widgets.Controller.prototype.muteHandler = function() {
   198 IriSP.Widgets.Controller.prototype.muteHandler = function() {
   199     this.player.popcorn.mute(!this.player.popcorn.muted());
   199     this.player.popcorn.muted(!this.player.popcorn.muted());
   200 };
   200 };
   201 
   201 
   202 IriSP.Widgets.Controller.prototype.volumeUpdater = function() {
   202 IriSP.Widgets.Controller.prototype.volumeUpdater = function() {
   203     var _muted = this.player.popcorn.muted(),
   203     var _muted = this.player.popcorn.muted(),
   204         _vol = this.player.popcorn.volume();
   204         _vol = this.player.popcorn.volume();