简体   繁体   中英

HTML5 video tag

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.

尝试;

<video src="video.wmv"> Your browser doesnt support html5</video>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM