views:

28

answers:

0

I am trying to autoplay youtube videos on android, the same thing as in

http://stackoverflow.com/questions/3405242/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&amp;vq=medium" frameborder="0"></iframe>

Can anyone shed light on this ?