Changeset 1979 for plugins/captions/test/playlist.html
- Timestamp:
- 08/25/11 08:17:03 (21 months ago)
- File:
-
- 1 edited
-
plugins/captions/test/playlist.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/captions/test/playlist.html
r1973 r1979 42 42 var playlist = [{ 43 43 title: 'Coronation Street', 44 description: 'Single, external XMLcaptions.',44 description: 'Single, external SRT captions.', 45 45 file: 'http://content.bitsontherun.com/videos/7OCSON1y.mp4', 46 46 image: 'http://content.bitsontherun.com/thumbs/7OCSON1y-320.jpg', 47 'captions.file': 'assets/corrie. xml'47 'captions.file': 'assets/corrie.srt' 48 48 },{ 49 49 title:'Big Buck Bunny', … … 75 75 </ul> 76 76 <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> 78 78 <li><a href="javascript:jwplayer().load('assets/playlist.xml')">load() RSS feed</a> 79 79 </ul>
Note: See TracChangeset
for help on using the changeset viewer.
