First off...Hello from a newbie.
I am learning some HTML over Spring Break and I ran into an issue.
I am trying to add a video to my web site and it works in EVERYTHING except Internet Explorer...The video is encoded in H.264 format and AAC audio.
Here is the code snippet:
Thanks for any advice.HTML Code:<div class="video-player" align="center"> <video width="640" height="360" controls="controls"> <source src="videos/Goats.mp4" type="video/mp4" /> <source src="videos/Goats.ogg" type="video/ogg" /> Your browser does not support this video. </video> </div>



Reply With Quote




Bookmarks