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 (Retired) Media Basics The Video Element

Micole Noddle
Micole Noddle
5,797 Points

Video doesn't show up on my page

I followed the same code as Nick, but I don't get the same results. I've gone over and over the HTML (only in the first step here), and don't see any difference. I'm using Firefox. Here's my code (what Nick had us type in):

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

1 Answer

Karalyn Heath
Karalyn Heath
18,033 Points

First off, did you remember to save the html file before viewing it? I don't know how many times I've done that to myself. Are you using workspaces? Do you get the "Index of/" screen? You may just need to click on the simple-video.html file. Your video code looks correct.

Micole Noddle
Micole Noddle
5,797 Points

Hi Karalyn, Yep, I remembered to save the html file before viewing it and get the "Index of/" screen. What I didn't do was click on the simple-video.html file. Whoops! This is a sign that I need more coffee STAT. Problem solved, and thanks so much for your help!