Ignore:
Timestamp:
01/13/12 11:41:54 (16 months ago)
Author:
jeroen
Message:

Fixed #1494 by storing the seekpoint and adding a 1s timeout before seeking after an item load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/hd/test/modes.html

    r2063 r2065  
    3030    if(html5) {  
    3131        options.modes = [{type: 'html5'},{type:'flash',src:'assets/player.swf'}]; 
     32        if(!!document.createElement('video').canPlayType('video/webm')) { 
     33            options.file = 'http://content.bitsontherun.com/videos/3XnJSIm4-27m5HpIu.webm' 
     34            options.plugins['../hd.js'].file = 'http://content.bitsontherun.com/videos/3XnJSIm4-MoSrD9rm.webm'; 
     35        } 
    3236    } else {  
    3337        options.modes = [{type:'flash',src:'assets/player.swf'},{type: 'html5'}]; 
Note: See TracChangeset for help on using the changeset viewer.