view examples/common/default/videoplay.m4.html @ 996:a50f5b0b2c3d draft

Media player built in viewer box
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2022 07:56:34 +0859
parents
children
line wrap: on
line source

Content-type: _CONTENT_TYPE_

<!DOCTYPE html>
<html>
<head><title>_TITLE_</title>
<meta charset="utf-8">
<style type="text/css">
background: {#eee;}
video#video {max-width: 720px;}
</style>
</head>
<body>
<h1>_TITLE_</h1>
<video id="video" controls>
<source src="_SRC_">
</video>
<table>
 <tr><td>再生速度/Speed</td><td>音量/Volume</td></tr>
 <tr><td id="speedval"></td><td id="volval"></td></tr>
 <tr><td><input type="range" value="100" id="speed" min="50" max="200"></td>
  <td><input type="range" value="100" id="volume" min="0" max="100"></td></tr>
</table>
<p>


<span id="speedval"></span>
</p>
<script type="text/javascript" src="s4-media.js"></script>

</body>
</html>

yatex.org