src/js/widgets/playerWidget.js
branchpopcorn-port
changeset 458 5bafddd9e3ba
parent 449 6e6b4a54776a
child 468 651528a4f795
equal deleted inserted replaced
457:fbcb991cc595 458:5bafddd9e3ba
    44   this.selector.append(searchBox);
    44   this.selector.append(searchBox);
    45   
    45   
    46   // trigger an IriSP.PlayerWidget.MouseOver to the widgets that are interested (i.e : sliderWidget)
    46   // trigger an IriSP.PlayerWidget.MouseOver to the widgets that are interested (i.e : sliderWidget)
    47   this.selector.hover(function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOver"); }, 
    47   this.selector.hover(function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOver"); }, 
    48                       function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOut"); });
    48                       function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOut"); });
       
    49  
       
    50   this.muteButtonUpdater(); /* some player - jwplayer notable - save the state of the mute button between sessions */
    49 };
    51 };
    50 
    52 
    51 /* Update the elasped time div */
    53 /* Update the elasped time div */
    52 IriSP.PlayerWidget.prototype.timeDisplayUpdater = function() {
    54 IriSP.PlayerWidget.prototype.timeDisplayUpdater = function() {
    53   
    55