提交 840f015c 编写于 作者: yanghye's avatar yanghye

U: demo audio-video

上级 843c89c1
......@@ -9,16 +9,7 @@
</script>
</head>
<body style="overflow: hidden;margin: 0px;padding: 0px;width: 100%;">
<div>
audio:<br>
<audio controls>
<source src="https://www.w3schools.com/html/horse.ogg" type="audio/ogg">
<source src="https://www.w3schools.com/html/horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
<br>
<div>
<div style="margin-top: 100px">
video:<br>
<video controls preload="none" poster='http://video-js.zencoder.com/oceans-clip.jpg'
data-setup='{ "aspectRatio":"640:267", "playbackRates": [1, 1.5, 2] }' onmouseenter="">
......@@ -32,5 +23,13 @@
Your browser does not support HTML video.
</video>
</div>
<div style="margin-top: 100px">
audio:<br>
<audio controls>
<source src="https://www.w3schools.com/html/horse.ogg" type="audio/ogg">
<source src="https://www.w3schools.com/html/horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册