¿Puedo hacer mis vídeos incrustados de reproducción automática?
Alguien quiere iniciarse automáticamente los vídeos de YouTube en su blog, MySpace y el sitio web de otro tipo que accepte el código de embed de YouTube.
Por ejemplo: Quiero poner este vídeo de YouTube en mi blog, el código puede ser founed aquí: 
valor <object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/WwBhnFZ8Gfs"> </ param> <param name = "allowFullScreen" = "true"> </ param> <embed 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 reproducir vídeos de YouTube de auto en mi blog.
¿Cómo puede reproducir vídeos de YouTube de forma automática en su blog, mi espacio?
Sólo tienes que cambiar el código anterior para:
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> <param name = " allowFullScreen "value =" true "> </ param> <embed src = http://www.youtube.com/v/WwBhnFZ8Gfs & autoplay = 1" type = "application / x-shockwave-flash" allowfullscreen = "true" width = "425" height = "344"> </ embed> </ object> Con "& autoplay = 1" añade al final de la URL. Recuerde: dos lugares
Enjoy it ~
Autostarting vídeos de YouTube en MySpace es definitivamente posible. En esencia, todo lo que necesitas hacer es modificar el 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>
, gracias, me funcionó bien