src/js/pop.js
branchpopcorn-port
changeset 750 a1a3d09de1f4
parent 749 e9ee52225395
child 757 43e261bcd4ce
child 785 980163a156d1
equal deleted inserted replaced
749:e9ee52225395 750:a1a3d09de1f4
   196        c.onStart();
   196        c.onStart();
   197      }
   197      }
   198      
   198      
   199    }
   199    }
   200   
   200   
       
   201   /* this signal sends as an extra argument the position in the video.
       
   202      As far as I know, this argument is not provided by popcorn */
   201   this.trigger("seeked", event.offset);  
   203   this.trigger("seeked", event.offset);  
   202 };
   204 };
   203 
   205 
   204 IriSP.PopcornReplacement.player.prototype.__playHandler = function(event) {
   206 IriSP.PopcornReplacement.player.prototype.__playHandler = function(event) {
   205   this.media.paused = false;
   207   this.media.paused = false;