blob: 4556ea55309376b8e8f4a011ee87a984b574b26b [file] [log] [blame]
<html>
<script>
function play(media_file) {
player.src = media_file;
player.play();
}
</script>
<body>
<audio controls id="player"></audio>
</body>
</html>