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 trialPitrov Secondary
5,121 PointsI don't understand why this is not working!
the audio is not working. here is a snapshot, https://w.trhou.se/rissdrnd9v
1 Answer
KRIS NIKOLAISEN
54,971 PointsLine 17 appears to be closed improperly :
<video src='http://treehouse-code-samples.s3.amazonaws.com/html-video-and-audio/bridge.mp4' type='video/mp4' controls />
and seems unnecessary otherwise you'd display the video twice. Just delete this line and you should be good.
Pitrov Secondary
5,121 PointsPitrov Secondary
5,121 PointsThanks, but the audio, it doesn't work, do you see any problems there?