<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="300" height="170" poster="../images/audi/audi_poster.png"
data-setup="{}">
<source src="../videos/audi/audi.mp4" type='video/mp4'>
<source src="../videos/audi/audi.ogg" type='video/ogg'>
<source src="../videos/audi/audi.webm" type='video/webm'>
</video>
</body>
</html>
对于上述代码,该文件在 Google Chrome 上播放没有任何错误,但在 Firefox 和 IE 上则没有。
我不知道我错在哪里..请帮助..我真的需要解决这个问题。请帮忙
该网站在goddady服务器上运行。我没有使用任何数据库来存储视频文件,也没有使用任何 php 编程。我只是将视频上传到服务器 n 的 html 文件...这是一个非常简单的页面,我想拥有所有 3 个浏览器的视频播放..