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

mrx3
mrx3
8,742 Points

How did they make clips of the movie Prometheus play in the background?

This is awesome, anyone know how they did this?

http://www.prometheus2-movie.com/paradise/

1 Answer

Alan Johnson
Alan Johnson
7,625 Points

Just did a quick view source, and it looks like they're using the <video> tag with a z-index to set it into the background.

mrx3
mrx3
8,742 Points

It's pretty cool, right? Thanks for the reply Alan. I really appreciate it. I thought it was JavaScript or something else.

Alan Johnson
Alan Johnson
7,625 Points

You'd almost definitely have to get some JavaScript in there to get it working right. You'd want to check out the HTML5 video api to really get it working right.