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

 

youtube 自动播放或重复播放 / 代码_MySpace

If you want the video to start playing automatically when someone visits your MySpace page, add the &autoplay=1 option to the end of the video URL like this:

youtube 自动播放或重复播放 / 代码_ide_02

To have the video automatically start from the beginning by looping back when it reaches the end, add &loop=1 to the end of the URL like this:

youtube 自动播放或重复播放 / 代码_Youtube_03

 

 

<embed src="http://www.youtube-nocookie.com/v/OKhzeiZ4WMc&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>

 

换成

<embed src="http://www.youtube-nocookie.com/v/OKhzeiZ4WMc&hl=en_US&fs=1&rel=0&autoplay=1&loop=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>