test/oggvideo.htm
changeset 967 b4c6e64acb2d
parent 965 eadb7290c325
child 968 03c88ba5de2c
--- a/test/oggvideo.htm	Wed Sep 26 18:55:36 2012 +0200
+++ b/test/oggvideo.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'>
@@ -28,7 +29,10 @@
     },
     css : 'metadataplayer/LdtPlayer-core.css',
     widgets: [
-        { type: "AutoPlayer" },
+        {
+            type: "PopcornPlayer",
+            autostart: true
+        },
         { type: "Sparkline" },
         { type: "Slider" },
         { type: "Controller" },