test/mp4video.htm
changeset 967 b4c6e64acb2d
parent 965 eadb7290c325
child 968 03c88ba5de2c
--- a/test/mp4video.htm	Wed Sep 26 18:55:36 2012 +0200
+++ b/test/mp4video.htm	Tue Oct 02 12:05:15 2012 +0200
@@ -3,6 +3,7 @@
 
     <head>
         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
         <title>Metadataplayer test with HTML5 / OGG Video</title>
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
         <link href='test.css' rel='stylesheet' type='text/css'>
@@ -10,7 +11,7 @@
     </head>
 
     <body>
-        <h1>Metadataplayer test with HTML5 / H.264 Video - Does not work with Firefox</h1>
+        <h1>Metadataplayer test with HTML5 / H.264 Video - Uses Popcorn with compatible browsers, JwPlayer with others</h1>
         <div id="LdtPlayer"></div>
         <div id="AnnotationsListContainer"></div>
         <script type="text/javascript">
@@ -29,7 +30,7 @@
     css : 'metadataplayer/LdtPlayer-core.css',
     widgets: [
         {
-            type: "PopcornPlayer",
+            type: "H264Player",
             video: "trailer.mp4"
         },
         { type: "Sparkline" },