<!-- Fix iframe autoplay prevention by Google Chrome. Every iframe that embeds a player has to have allow="autoplay; fullscreen" attribute in order to enable autoplay again. Note: if one of the iframes that embed the player do not have the autoplay attribute, it won't work.-->
<iframe
width="640"
height="360"
src="http://www.mydomain.com/embedded-player.html"
style="border:none;"
scrolling="no"
frameborder="0"
allowfullscreen
allow="autoplay; fullscreen"></iframe>