Ignore:
Timestamp:
08/25/11 08:17:03 (21 months ago)
Author:
jeroen
Message:

fixed HTML5 captions rendering, enhanced scaling to screen and started on HTML5 selection menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/captions/test/playlist.html

    r1973 r1979  
    4242var playlist = [{ 
    4343    title: 'Coronation Street', 
    44     description: 'Single, external XML captions.', 
     44    description: 'Single, external SRT captions.', 
    4545    file: 'http://content.bitsontherun.com/videos/7OCSON1y.mp4',  
    4646    image: 'http://content.bitsontherun.com/thumbs/7OCSON1y-320.jpg', 
    47     'captions.file': 'assets/corrie.xml' 
     47    'captions.file': 'assets/corrie.srt' 
    4848},{ 
    4949      title:'Big Buck Bunny', 
     
    7575</ul> 
    7676<ul> 
    77     <li><a href="javascript:jwplayer().load({file:'http://content.bitsontherun.com/videos/7OCSON1y.mp4','captions.file':'assets/corrie.xml',title: 'Coronation Street'})">load() one video</a> 
     77    <li><a href="javascript:jwplayer().load({file:'http://content.bitsontherun.com/videos/7OCSON1y.mp4','captions.file':'assets/corrie.srt',title: 'Coronation Street'})">load() one video</a> 
    7878    <li><a href="javascript:jwplayer().load('assets/playlist.xml')">load() RSS feed</a> 
    7979</ul> 
Note: See TracChangeset for help on using the changeset viewer.