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 Audio Element

Elena Paraschiv
Elena Paraschiv
9,938 Points

dropbox add video

Hej guys. I am trying to add a video from my dropbox as Nick suggested, but it doesn't seem to work. I check the privacy and my video is available to be shared with everyone, but still does not work. Can you please guide me to solve this?

1 Answer

jason chan
jason chan
31,009 Points

Just upload to youtube and have the video unlisted. Copy and paste the embeded code.

example code.

<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GHpqWex2mJo" frameborder="0" allowfullscreen></iframe>
</body>

example! I edit videos and make sounds!

Is the video certain format like .mp4 the file extensions and format matter for stream. If it's a like different format the person probably has to download the entire video.

Youtube will convert to streamable format. Honorable mention is vimeo you can set videos to private.

Elena Paraschiv
Elena Paraschiv
9,938 Points

awesome. Thanks you very much Jason.