Auto play in video iframe

Asked

Viewed 663 times

1

I’m trying to add autoplay in this Iframe but I’m not getting it, will the server not accept this feature?

 <iframe width="640" height="360" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="https://player.r7.com/video/i/59ce6d36bc1f62ee48000cea?layout=wide252p&full=true" mozallowfullscreen webkitallowfullscreen allowfullscreen></iframe>
  • I know that on youtube just pass autoplay=1 in the URL. You tried this?

  • this video is from the site R7 and I’m not getting

  • There must be some parameter passed in the URL that only R7 technicians know which one is.

  • On their website, the video is in auto player

1 answer

0

I tested several ways to do, via html is not possible in R7. So I started for js which is also not possible, I tested the following code:

https://jsfiddle.net/92jcg94v/

But it returns the following error:

inserir a descrição da imagem aqui

This blocked access via js, so I believe it is not possible to do this in this video.

  • It seems that he only Autoplay on own site. no iframe feature will not

  • exact, is blocked the call from another domain.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.