PDA

View Full Version : How do i make this Youtube code auto start?


dxflw
03-29-2009, 12:51 AM
How do i make this if the page loads then autostart play the video without to need to push the play button?

<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/fxspk5ioT9c&hl=en&fs=1"></param><param
name="allowFullScreen" value="true"></param><param name="allowscriptaccess"
value="always"></param><embed src="http://www.youtube.com/v/fxspk5ioT9c&
hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="425" height="344"></embed></object>

TigerC10
03-29-2009, 01:51 AM
I believe this will operate as you intend:

<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/fxspk5ioT9c&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/fxspk5ioT9c&
hl=en&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="425" height="344"></embed></object>

dxflw
03-29-2009, 03:03 PM
Yes that is! Thanks a llot!:D