Index: plugins/captions/test/playlist.html
===================================================================
--- plugins/captions/test/playlist.html	(revision 1964)
+++ plugins/captions/test/playlist.html	(revision 1973)
@@ -9,5 +9,5 @@
     body { padding: 50px; font: 13px/20px Arial; background: #EEE; }
     form,p, ul { margin-top: 20px; }
-    #player { -webkit-box-shadow: 0 0 5px #999; background: #000; color:#FFF; line-height:270px; text-align: center; }
+    #player { -webkit-box-shadow: 0 0 5px #999; }
 </style>
 
@@ -32,5 +32,5 @@
         width: 800
     }
-    if(typeof(list) == 'string') { 
+    if(typeof(list) == 'string') {
         options.file = list;
     } else { 
@@ -43,5 +43,5 @@
     title: 'Coronation Street',
     description: 'Single, external XML captions.',
-    file: 'http://content.bitsontherun.com/videos/7OCSON1y-393434.flv', 
+    file: 'http://content.bitsontherun.com/videos/7OCSON1y.mp4', 
     image: 'http://content.bitsontherun.com/thumbs/7OCSON1y-320.jpg',
     'captions.file': 'assets/corrie.xml'
@@ -49,20 +49,20 @@
       title:'Big Buck Bunny',
       description: 'Single, embedded MP4 captions.',
-      file: 'http://content.bitsontherun.com/videos/aytCR4cx-393434.mp4',
+      file: 'http://content.bitsontherun.com/videos/aytCR4cx.mp4',
       image: 'http://content.bitsontherun.com/thumbs/aytCR4cx-320.jpg'
 },{
       title: 'Men With Talent',
       description: 'No captions at all.',
-      file: 'http://content.bitsontherun.com/videos/SAs4hE5G-364766.mp4',
+      file: 'http://content.bitsontherun.com/videos/SAs4hE5G.mp4',
       image: 'http://content.bitsontherun.com/thumbs/SAs4hE5G-320.jpg'
 },{
       title: 'Global Timoto',
       description: 'Multiple, embedded MP4 captions.',
-      file: 'http://content.bitsontherun.com/videos/w5VkaqJ1-393434.mp4',
+      file: 'http://content.bitsontherun.com/videos/w5VkaqJ1.mp4',
       image: 'http://content.bitsontherun.com/thumbs/w5VkaqJ1-320.jpg'
 },{
     title: 'Sintel',
      description: 'Multiple, external SRT captions.',
-      file: 'http://content.bitsontherun.com/videos/q1fx20VZ-364765.mp4',
+      file: 'http://content.bitsontherun.com/videos/q1fx20VZ.mp4',
       image: 'http://content.bitsontherun.com/thumbs/q1fx20VZ-320.jpg',
       'captions.files': 'assets/sintel-dut.txt,assets/sintel-eng.txt,assets/sintel-fra.txt,assets/sintel-deu.txt,assets/sintel-ita.txt,assets/sintel-pol.txt,assets/sintel-por.txt,assets/sintel-rus.txt,assets/sintel-spa.txt'
@@ -75,5 +75,5 @@
 </ul>
 <ul>
-    <li><a href="javascript:jwplayer().load({file:'http://content.bitsontherun.com/videos/7OCSON1y-393434.flv','captions.file':'assets/corrie.xml',title: 'Coronation Street'})">load() one video</a>
+    <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>
     <li><a href="javascript:jwplayer().load('assets/playlist.xml')">load() RSS feed</a>
 </ul>
