src/widgets/Slider.js
branchnew-model
changeset 881 f11b234497f7
parent 880 4c7b33bf2795
child 887 6a04bd37da0a
equal deleted inserted replaced
880:4c7b33bf2795 881:f11b234497f7
    32         value: 0,
    32         value: 0,
    33         min: 0,
    33         min: 0,
    34         max: this.source.getDuration().getSeconds(),
    34         max: this.source.getDuration().getSeconds(),
    35         slide: function(event, ui) {
    35         slide: function(event, ui) {
    36             _this.player.popcorn.currentTime(ui.value);
    36             _this.player.popcorn.currentTime(ui.value);
       
    37             _this.player.popcorn.trigger("IriSP.Mediafragment.setHashToTime");
    37         }
    38         }
    38     });
    39     });
    39     
    40     
    40     this.$handle = this.$slider.find('.ui-slider-handle');
    41     this.$handle = this.$slider.find('.ui-slider-handle');
    41     
    42