metadataplayer/index.htm
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2012 12:53:37 +0100
changeset 34 5da687a9458d
parent 15 ed7ac7e94090
permissions -rw-r--r--
Fix the ldt lib name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     1
<!doctype html>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     2
<html>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     3
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     4
    <head>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     5
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     6
        <title>Metadataplayer test configurations</title>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     7
        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     8
        <link href='test.css' rel='stylesheet' type='text/css'>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     9
    </head>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    10
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    11
    <body>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    12
        <h1>Metadataplayer test configurations</h1>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    13
        <ul class="pageindex">
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    14
            <li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
15
ed7ac7e94090 Update Metadataplayer
veltr
parents: 0
diff changeset
    15
            <li><h2><a href="oggvideo.htm">with HTML5/OGG (uses Popcorn.js, compatible with Firefox and Chrome)</a></h2></li>
ed7ac7e94090 Update Metadataplayer
veltr
parents: 0
diff changeset
    16
            <li><h2><a href="mp4video.htm">with HTML5/MP4 (uses Popcorn.js, compatible with IE, Safari and Chrome)</a></h2></li>
0
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    17
            <li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
15
ed7ac7e94090 Update Metadataplayer
veltr
parents: 0
diff changeset
    18
            <li><h2><a href="vimeo.htm">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li>
0
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    19
            <li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    20
        </ul>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    21
    </body>
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
    22
</html>