ビデオは自動再生を目的としていますが、スライダーがまったく表示されていません...壊れています...サファリでのみ機能しますが、クロムやFirefoxでは機能しません
<video id="video1" width="945" height="600" controls>
<source src="http://fistart.org/videos/FistArt.mp4" type="video/mp4">
Your browser does not support the video.
</video>
<script>
var myVideo=document.getElementById("video1");
myVideo.onloadeddata=myVideo.play();
</script>