equal
deleted
inserted
replaced
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 |