Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/06/2018, 17:59
cesand209
 
Fecha de Ingreso: julio-2011
Mensajes: 123
Antigüedad: 12 años, 9 meses
Puntos: 0
reproduccion automatica video youtube

Hola Gente, necesito reproducir automaticamente videos de youtube que pongo en mi web mediante el iframe que provee youtube.

probe varias cosas que no resultaron, por ejemplo este es un iframe standard:

<iframe width="560" height="315" src="https://www.youtube.com/embed/0pPXOq87atY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

lo que mas utilizan es agregar: ?rel=0&autoplay=1 despues de la url ejemplo:

<iframe width="560" height="315" src="https://www.youtube.com/embed/0pPXOq87atY?rel=0&autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

pero no funciona.

algun otro metodo?