I am trying to play a YouTube video on a KindleFire by loading
<html><body><iframe id="player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/HS78vzEVA28?autoplay=1" frameborder="0"/></html></body>
in a WebView. It works fine on Kindle Fire 1st gen, but on the Kindle Fire HD it loads the video thumb and the red overlapping play button but once clicked the video does not play.
Any suggestions how the get the video to play ? Thanks.