I want to put a background video on a standby screen. Can you do this by pulling a video from youtube without showing the default buttons and starting it automatically? What Jquery do I have to put the video that is on my host.
$('body').bg({
position:"fixed",
zIndex:-1,
mp4:'meuvideo.mp4',
ogv:'meuvideo.ogv',
webm:'meuvideo.webm',
poster:'meuvideo.jpg',
opacity:0.5
});
Here I pull the video straight from my server, and from youtube?