test/mashup/player-local.htm
branchnew-model
changeset 910 b9f1bd52df9a
parent 904 510ebab76fa3
child 1076 510fd2a482f4
equal deleted inserted replaced
909:aa0e42229784 910:b9f1bd52df9a
    95         height: 350,
    95         height: 350,
    96         width: 630, 
    96         width: 630, 
    97         provider: "rtmp",
    97         provider: "rtmp",
    98         mashup_swf : "bab_files/player_bab_ldt.swf",
    98         mashup_swf : "bab_files/player_bab_ldt.swf",
    99         mashup_xml : "bab_files/mashup-local.xml",
    99         mashup_xml : "bab_files/mashup-local.xml",
   100         autostart: true
   100         autostart: true,
       
   101         metadata: _metadata
   101     }
   102     }
   102 };
   103 };
   103 
   104 
   104 _myPlayer = new IriSP.Metadataplayer(_config, _metadata);
   105 _myPlayer = new IriSP.Metadataplayer(_config);
   105 
   106 
   106     </script>
   107     </script>
   107     </body>
   108     </body>
   108 </html>
   109 </html>