在wamp中访问外部www文件

时间:2014-07-09 14:22:29

标签: apache wampserver

我希望在wamp中使用“file:///”协议访问外部www文件。

但是当我运行我的代码时,我的浏览器出错了。

我的代码是:

<html>
<head>
    <title>Video</title>
</head>
<body>
<video controls>
    <source src="file:///E:/Awwwards.mp4" type="video/mp4">
</video>
</body>
</html>

在Firefox中我得到:

All candidate resources failed to load. Media load paused.

在chrome中得到:

Not allowed to load local resource: file:///E:/Awwwards.mp4
抱歉,我的英语很差。

感谢。

0 个答案:

没有答案