我希望在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
抱歉,我的英语很差。
感谢。