Background video on my main page

alouette / 2012-11-04 09:36:21   

Hi Everybody,
I'm building a website for a video artist. I searched to put on the main page a looped video. I made a html page with the loop in .swf.
And I used the iframed plugin on the main page, like that : .
It's ok but the video is not centered and does not redimension according to different screen sizes. Here is the website : andrefortino.com
Thanks for your help !
Alouette

alouette / 2012-11-04 09:37:53   

like this :

arsondpi / 2012-11-04 11:07:43   

Don't know much about flash to be honest (I also get scroll bars within the video div)

I can only suggest something that I tried in another site - upload you video in vimeo and add the following to your text area:

<iframe src="http ://player.vimeo.com/video/VIMEO_NUMBER?title=0&byline=0&portrait=0&color=ffffff&autoplay=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<script src=”http ://assets.vimeo.com/js/embedinator.min.js”></script>

arsondpi / 2012-11-04 11:08:21   

(delete the extra space just after the two http above)

alouette / 2012-11-04 11:59:15   

Thanks Arsondpi, I'll try that this afternoon.

alouette / 2012-11-05 09:36:38   

Arsondpi,
I tried but that doesn't worked. The looped video doesn't start...
Thanks for your help.

arsondpi / 2012-11-05 10:57:19   

I didn't see any example + you have some page errors (validator.w3.org/…) which need fixing.

bells / 2012-11-20 20:53:39   

You can try the Bigvideo.js created by John Polacek . It worked well for me.

thehuntimage.co/

This thread has been closed, thank you.