¿Puedo hacer mis videos incrustados de reproducción automática?
Alguien quiere iniciarse automáticamente vídeos de YouTube en su blog, MySpace y el sitio web de otro tipo que accepte el código embed 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> param name <= "allowFullScreen" valor = "true"> </ param> <embed src = "http://www.youtube.com/v/WwBhnFZ8Gfs&hl=en&fs=1" type = "application / x-shockwave-flash" puede deducir "verdadera anchura = "425" height = "344"> </ embed> </ object>
Ahora begain a los vídeos de youtube de automóviles jugar en mi blog.
¿Cómo se puede jugar de forma automática los vídeos de YouTube en su blog, mi espacio?
Sólo es necesario 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. width="425" height="344"> name="movie" <PARAM <object 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" puede deducir "verdadero" de ancho = "425" height = "344"> </ embed> </ object> Con los "& autoplay = 1" añadido al final de la URL. Recuerde: Dos Lugares
Disfrútalo ~
Autoarranque 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 procedimiento siguiente poner juntos i le ayudará a iniciarse automáticamente 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, funcionó bien para mí
[ respuesta ]