Auto play in iframe video

1

I'm trying to add autoplay to this Iframe but I can not, does the server not support 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>
    
asked by anonymous 29.09.2017 / 20:21

1 answer

0

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

link

However, it returns the following error:

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

    
29.09.2017 / 20:55