¿Puedo hacer mis vídeos incrustados automática?
Algunos quieren una automáticamente los vídeos de YouTube en su blog, MySpace y otros sitios Web que accepte incrustar código de YouTube. Por ejemplo: Quiero poner este vídeo de YouTube en mi blog, el código puede ser founed aquí: 
<object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/WwBhnFZ8Gfs"> </ param> <parámetro name = "allowFullScreen" valor = "true"> </ param> <incrustar src = "http://www.youtube.com/v/WwBhnFZ8Gfs&hl=en&fs=1" type = "application / x-shockwave-flash" allowfullscreen = "true" width = "425" height = "344"> </ embed> </ object>
Ahora begain para auto jugar youtube videos en mi blog.
¿Cómo puede reproducir automáticamente vídeos de YouTube en su blog, mi espacio?
Usted sólo tendrá que cambiar el código de arriba a:
type=”application/x-shockwave-flash” allowfullscreen=”true” width=”425″ height=”344″></embed></object> With “&autoplay=1″ added to the end of the URL. <object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/WwBhnFZ8Gfs &autoplay=1 "> </ param> <name = parámetro " allowFullScreen "value =" true "> </ param> <incrustar src = http://www.youtube.com/v/WwBhnFZ8Gfs y autoplay = 1" type = "application / x-shockwave-flash" allowfullscreen = "true" width = "425" height = "344"> </ embed> </ object> Con "& autoplay = 1" se añade al final de la URL. Recuerde: Dos Lugares
Enjoy it ~
Autostarting los vídeos de YouTube en MySpace es definitivamente posible. En esencia todo lo que necesitas hacer es modificar su código de Youtube un poco. El siguiente procedimiento i juntos le ayudará a iniciarse automáticamente los vídeos de YouTube en MySpace:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=0mvboO3ts6k"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/watch?v=0mvboO3ts6k" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> <object width="425" height="350"><param name="movie" value=" http://www.youtube.com/watch?v=0mvboO3ts6k &autoplay=1 “></param><param name=”wmode” value=”transparent”></param><embed src=” http://www.youtube.com/watch?v=0mvboO3ts6k &autoplay=1" ; type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”350″></embed></object>