test/index.htm
branchnew-model
changeset 884 10233337f6da
child 887 6a04bd37da0a
equal deleted inserted replaced
883:d35ad8111c5e 884:10233337f6da
       
     1 <!doctype html>
       
     2 <html>
       
     3 
       
     4     <head>
       
     5         <title>Metadataplayer test configurations</title>
       
     6         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
       
     7         <link href='test.css' rel='stylesheet' type='text/css'>
       
     8         <script type="text/javascript" src="../build/LdtPlayer-core.js" type="text/javascript"></script>
       
     9         <script type="text/javascript" src="test-config.js" type="text/javascript"></script>
       
    10     </head>
       
    11 
       
    12     <body>
       
    13         <h1>Metadataplayer test configurations</h1>
       
    14         <ul class="pageindex">
       
    15             <li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
       
    16             <li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
       
    17             <li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li>
       
    18         </ul>
       
    19     </body>
       
    20 </html>