Newer
Older
m3 / html5video / index.html
<!DOCTYPE html>
<html>
<head><title>Movie list</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css"
 href="https://www.yatex.org/libcache/leaflet-1.3.2/leaflet.css">
<script type="text/javascript" charset="utf-8"
 src="https://www.yatex.org/libcache/leaflet-1.3.2/leaflet.js"></script>
<script type="text/javascript" charset="utf-8"
 src="https://www.yatex.org/libcache/leaflet-omnivore/tags/v0.3.3/leaflet-omnivore.min.js"></script>
<script type="text/javascript" src="movplay.js" charset="utf-8"></script>
<style type="text/css">
<!--
div#map {width: 80vw; height: 400px; border: 1px solid black;}
pre#console {overflow: auto;}
-->
</style>
</head>
<body>
<h1>Movie list</h1>
<p>Time: <span id="time"></span></p>
<input id="settime" name="time">
<button id="b" type="button">SKIPTO</button>
<video id="vid" controls>
<source src="kamo.webm">
<source src="kamo.mp4">
<!--
<source src="yawata.webm">
<source src="yawata.mp4">
-->
</video>

<div id="map"></div>
<pre id="console">
aaaaaaaaaaaaa
</pre>
</body>
</html>