Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

youtube video as web site background

is there a way to embedd youtube video as a background of a web page with html, css and javascript with the actual site content on top? how?

basically, it should be a video that auto plays, is muted (but the volume can be turned up by the visitor) and the site should work well being on top of it (the site is minimal so most of the video should be visible at all times). the site is minimal enough that no scroll bars would be visible by default in most browsers and the video should be 100% width and height.

examples? links?

tried Google but couldn't find it.

also it should work for videos not on youtube.

html5 and css3 preferred :)

I REALLY NEED A LIVE EXAMPLE SOMEWHERE (or as close to) because i tried it all (as available via google and failed)

also, related - there doesn't seem to be (as per my own research) any way of slowing down the play of youtube videos (for example: 24 times slower) - true / false?

like image 815
b0x0rz Avatar asked Jun 28 '11 02:06

b0x0rz


1 Answers

You have probably found a solution by now but just in case you haven't...have you tried http://www.seanmccambridge.com/tubular/ ?

like image 121
DBUK Avatar answered Oct 06 '22 01:10

DBUK