test/mashup/player-local.htm
branchnew-model
changeset 910 b9f1bd52df9a
parent 904 510ebab76fa3
child 1076 510fd2a482f4
--- a/test/mashup/player-local.htm	Tue Jun 05 17:55:24 2012 +0200
+++ b/test/mashup/player-local.htm	Tue Jun 05 20:55:42 2012 +0200
@@ -97,11 +97,12 @@
         provider: "rtmp",
         mashup_swf : "bab_files/player_bab_ldt.swf",
         mashup_xml : "bab_files/mashup-local.xml",
-        autostart: true
+        autostart: true,
+        metadata: _metadata
     }
 };
 
-_myPlayer = new IriSP.Metadataplayer(_config, _metadata);
+_myPlayer = new IriSP.Metadataplayer(_config);
 
     </script>
     </body>