How To Auto Start Embeded Youtube Videos
You can set your embededĀ Youtube video to auto start when your web page is opened.
This little task is much easier than many think it to be.
Simply add &autoplay=1 to the end of each embed.
For example, here is the embed html from a Youtube video:
<object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/v/_hbpveqCNTQ&hl=en&fs=1&”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/_hbpveqCNTQ&hl=en&fs=1&” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>
Here is the modified code (changes in red):
<object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/v/_hbpveqCNTQ&hl=en&fs=1&autoplay=1“></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/_hbpveqCNTQ&hl=en&fs=1&autoplay=1” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>
That’s all there is to it. Now you can remove your competitors ads from the embeded Youtube videos on your sites!
Technorati Tags: Auto Start Embeded Youtube Videos
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=f62a4c19-6cd6-4b8d-b5b9-e90a46afff5c)















