• I have uploaded a .mp4 video file to my site, but I can’t get it play. Can anyone help me figure this out? It is not playing on the url of the video or the code that I am putting on my page.

    URL of Video: http://www.selectvines.com/intro.mp4

    Code I am using:

    <video width="320" height="240" controls>
      <source src="http://www.selectvines.com/intro.mp4" type="video/mp4">
    </video>

    Thanks to whomever can help.

  • The topic ‘.mp4 video help’ is closed to new replies.