我在 Google Chrome 中使用此代码并且视频运行良好,但在 Firefox(版本 11)中它无法正常工作。
我怎样才能让它在 Firefox 中工作?
<!DOCTYPE html>
<html>
<body>
<video width="300" height="200" controls="controls">
<source src="http://localhost/javascript/test.mp4" type="video/mp4" />
</video>
</body>
</html>