Sorry for my english. Here's my problem. I have an html file in which there are some youtube videos. I load this file in a webview. When the activity with the webview starts, I would see the videos thumbnails and I would click on them to watch them in the mediaplayer of the smartphone or in the browser.
Videos are embed in the html file with tag:
object => I can see the thumbnail, but if I click on it, it doesn't open the video
iframe => I can see the thumbnail, if I click on it, the video starts but: - if I click on pause and then on play, the audio restarts but not the video - I can't watch the video on full screen
- video => I can see the thumbnail, but if I click on it, It appears a grey square like if a plugin lacks
Could anyone help me? Thanks.