Hi friends,
Iam using safari version-5 and i need to run html5 VIDEO tag in this browser.I have used this code to run it...
<!DOCTYPE HTML>
<html>
<body>
<video controls="controls" autoplay="autoplay">
<source src="sample_mpeg4.mp4" type="video/mp4" />
This is it
</video>
</body>
</html>
When i run this script nothing is displaying expect the statement "This is it". Can any one please help me in this regard.