I have video embedded in my application using this solution (html string in UIWebView): http://iphoneincubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application
Unfortunately client requires his own thumbnail. I would like to solve it by creating UIWebView once he taps on this thumbnail and play the video inside automatically.
How can I do it?
Try this:-
Following is the html string to play video automatically inside UIWebView...
I have tried the following one, it is working fine and also starts to play automatically.