HTML 代码:
<!DOCTYPE HTML>
<html>
<body>
<form>
<video width="320" height="240" controls >
<source src="http://www.youtube.com/watch?feature=player_detailpage&v=kalbVE9QgMs" type="video/mp4">
no support
</video>
</form>
</body>
</html>
得到这个:
The Browser is chrome. The youtube url is accesible but not works when put inside video tag
.