Jump to content

Play .mp4 video prob ?


vmars316

Recommended Posts

Hello & Thanks ,

Any idea why this video won't play ? :

<!DOCTYPE html>
<html>
<title>Play .mp4 video
</title>
<body>
<video width="640" height="360" controls autoplay >
<source src="NotYourAverage-HorseRace.mp4" type="video/mp4">
<source src="NotYourAverage-HorseRace.mp4" type="video/ogg">
Your browser does not support the video tag.
</video>
</body>
</html>

Thanks

Edited by vmars316
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...