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 Objects Embedded Elements

Embedded video issue

I have added the YouTube code to my html file however upon loading the page in Chrome the video flashes black where it should be and then disappears. I can right click and it just says that the movie has not loaded.

Any help?

Have you tried it with different browsers. If not try to re copy and paste your code. their could also be an unclosed bracket somewhere in your code which could be doing this.

Thanks, I worked it out. It was because the links inside the object were missing the "http" part. That's all!