Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Video and Audio Media Basics The Video Element

Does not work!

I did everything right but it did not work Here is the code I added:

de-samples.s3.amazonaws.com/html-video-and-audio/bridge.mp4" type="video/mp4" controls />

3 Answers

Mohammed Ali
Mohammed Ali
11,134 Points

I have same issue as well. I think its probably chrome security settings because it works on Firefox and plays automatically. It will however work if you add muted attribute.

<video src="http://treehouse-code-samples.s3.amazonaws.com/html-video-and-audio/bridge.mp4" type="video/mp4" controls muted/>

Just to add to this, on Safari there's a setting applied to websites that disables autoplay on any video with audio. I'd assume Chrome is similar which is why adding the muted attribute worked.

Johannes Svensson
Johannes Svensson
4,128 Points

gi's comment worked for me, the chrome player automatically stops videos from playing with sound. With the muted attribute tho it works

I ment <video src="http://treehouse-code-samples.s3.amazonaws.com/html-video-and-audio/bridge.mp4" type="video/mp4" controls />

Type the embed tag below the video src tag

eg, <embed src="10 seconds video hd.mp4"></embed>

this should work