How can I autoplay a video using the new embed code style for Youtube?
My code followed these instructions and does not work. I also looked on the YouTube help and they say the same thing -- does not work for me.
<html><body>
<iframe width="640" height="385" src="//www.youtube.com/embed/0319ZgKMLzw?autoplay" frameborder="0" allowfullscreen></iframe></body>
</html>
See it not autoplaying here, the code is there in firebug.
try to add =1 after "autoplay" on your code