Video tag not working in webView
I'm trying to embed Vimeo videos in a webView with the following code:<video src='http://www.vimeo.com/play_redirect?clip_id=11626682&quality=sd&codecs=H264' width='290' height='218' controls='controls'></video>
.
This code is working fine in Safari, under Mac OS X, but doesn't when I put it in a webView for the iPhone. I get a black block with a broken Play button on it.
NB: I have the same problem with YouTube videos. I know it's working with the <embed>
tag but I want to use html5 version.