Thursday, February 04, 2010

Test Youtube iFrame embed autoplay & loop



The video above autoplay but will not loop.

Original iFrame embed code from Youtube:

<iframe width="425" height="344" src="http://www.youtube.com/embed/lniVx_pFM_A?fs=1" frameborder="0" allowFullScreen=""></iframe>


Youtube iFrame embed code edited to autoplay and loop:

<iframe width="425" height="344" src="http://www.youtube.com/embed/lniVx_pFM_A?fs=1&autoplay=1&loop=1" frameborder="0" allowFullScreen=""></iframe>


No comments: