I am trying to autoplay youtube videos on android, the same thing as in
How can I autoplay a video using the new embed code style for Youtube?
The following HTML works in google chrome browser, but not in the browser in android emulator.
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/xxxxxxxx?autoplay=1&vq=medium" frameborder="0"></iframe>
Can anyone shed light on this ?