test/index.htm
author durandn
Fri, 18 Sep 2015 14:32:28 +0200
changeset 1048 13211bca0256
parent 1024 894079bece86
child 1069 2409cb4cebaf
permissions -rw-r--r--
Updated Annotation controller to assign "selected" class to buttons when they get clicked on, for use in custom css.

<!doctype html>
<html>

    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title>Metadataplayer test configurations</title>
        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
        <link href='test.css' rel='stylesheet' type='text/css'>
    </head>

    <body>
        <h1>Metadataplayer test configurations</h1>
        <ul class="pageindex">
            <li><h2><a href="placeholderplayer.htm">with Placeholder Player instead of video</a></h2></li>
            <li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
            <li><h2><a href="oggvideo.htm">with HTML5/OGG (compatible with Firefox and Chrome)</a></h2></li>
            <li><h2><a href="mp4video.htm">with MP4 (HTML5 with compatible browsers, JwPlayer with others)</a></h2></li>
            <li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
            <li><h2><a href="vimeo.htm">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li>
            <li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li>
        </ul>
    </body>
</html>