此代码是 flowplayer 的示例。仍然无法在 chrome 中工作(仅播放音频)。
<head>
<!-- player skin -->
<link rel="stylesheet" type="text/css" href="skin/minimalist.css">
<!-- site specific styling -->
<style type="text/css">
body { font: 12px "Myriad Pro", "Lucida Grande", sans-serif; text-align: center; padding-top: 5%; }
.flowplayer { width: 80%; }
</style>
<!-- flowplayer depends on jQuery 1.7.1+ (for now) -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!-- include flowplayer -->
<script type="text/javascript" src="flowplayer.min.js"></script>
</head>
<body>
<!-- the player -->
<div class="flowplayer" data-swf="flowplayer.swf" data-ratio="0.4167">
<video>
<source type="video/mp4" src="..//sidvish/user/sid/gallery/videos/1372927564.mp4">
</video>
</div>
</body>
视频标签在 Firefox 中运行良好,但在 chrome 中无法运行。它只在 chrome 中播放音频。可能是什么原因?