Monday

How To Autoplay YouTube Video?

All you have to do is get rid of everything before the first "embed" and after the second "embed" til it looks like this below.

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3jCQo7oGVB0&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3jCQo7oGVB0&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>



After that you add to the url this code :

;autoplay=1


See examples below (higlight with red colour):

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3jCQo7oGVB0&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3jCQo7oGVB0&rel=1;autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>

No comments: