I have a website that I am currently creating. I have the video ready to go. But nothing I do gets rid of the black/blank screen I am getting. Any suggestions? Here is the code I am working with
<video width="400" height="400px" autoplay="" loop="" controls>
<source src="video.mp4">
<source src="ttsvideo.wmv">
</video>