metadataplayer/index.htm
changeset 53 0cfd113f6a59
parent 52 9409e6ebf891
child 54 e848185b5b7f
equal deleted inserted replaced
52:9409e6ebf891 53:0cfd113f6a59
     1 <!doctype html>
       
     2 <html>
       
     3 
       
     4     <head>
       
     5         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
       
     6         <title>Metadataplayer test configurations</title>
       
     7         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
       
     8         <link href='test.css' rel='stylesheet' type='text/css'>
       
     9     </head>
       
    10 
       
    11     <body>
       
    12         <h1>Metadataplayer test configurations</h1>
       
    13         <ul class="pageindex">
       
    14             <li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
       
    15             <li><h2><a href="oggvideo.htm">with HTML5/OGG (uses Popcorn.js, compatible with Firefox and Chrome)</a></h2></li>
       
    16             <li><h2><a href="mp4video.htm">with HTML5/MP4 (uses Popcorn.js, compatible with IE, Safari and Chrome)</a></h2></li>
       
    17             <li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
       
    18             <li><h2><a href="vimeo.htm">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li>
       
    19             <li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li>
       
    20         </ul>
       
    21     </body>
       
    22 </html>