summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/tests/Player_ServerSideSeek.html
blob: 26c87a6a49e21df1b871f463baeeab3d7c478953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
     <script type="text/javascript" src="../../../mwEmbedStartup.php"></script>
  </head>
  <body>
    <h2>mwEmbed / archive.org server side seek</h2>

    <video poster="http://www.archive.org/download/night_of_the_living_dead/format=Thumbnail&x.jpg"
           style="width:400px;height:300px" durationHint="5717.21">
      <source URLTimeEncoding="true" src="http://www.archive.org/download/night_of_the_living_dead/night_of_the_living_dead_512kb.mp4"/>
      <source URLTimeEncoding="true" src="http://www.archive.org/download/night_of_the_living_dead/night_of_the_living_dead.ogv"/>
    </video>
  </body>
</html>