blob: 8871c8cfe302b6d72ec0e8d05bf61ba0c30e70ab [file] [log] [blame]
<html>
<script>
function play(media_file) {
player.src = media_file;
}
</script>
<body>
<video id="player" autoplay controls width='640' height='480'></video>
</body>
</html>