Ⅰ 如何实现本地html调用打开本地视频
<!DOCTYPEhtml>
<html>
<head>
<metacontent="text/html;charset=UTF-8">
<title>网页播放本地视频</title>
</head>
<body>
<videowidth="500"height="500"controlsautoplay>
<sourcesrc="E:/钢之炼金术师/钢之炼金术师第一季/[钢之炼金术师](1).ogg"type="video/ogg">
<sourcesrc="E:/钢之炼金术师/钢之炼金术师第一季/[钢之炼金术师](1).mp4"type="video/mp4">
<sourcesrc="E:/钢之炼金术师/钢之炼金术师第一季/[钢之炼金术师](1).webm"type="video/webm">
<objectdata="E:/钢之炼金术师/钢之炼金术师第一季/[钢之炼金术师](1).mp4"width="320"height="240">
<embedwidth="500"height="500"src="E:/钢之炼金术师/钢之炼金术师第一季/[钢之炼金术师](1).swf">
</object>
</video>
</body>
</html>
只需要把文件名改成你的就行了
注意:路径要用"/"别用"",否则会播放不出来哦