我如何使用此代码。
<html>
<head>
<title></title>
</head>
<body>
<video controls="controls"
poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg"
width="640" height="360">
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" />
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" />
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" />
<object type="application/x-shockwave-flash"
data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf"
width="640" height="360">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars"
value="config={'playlist':['http%3A%2F%2Fsandbox.thewikies.com%2Fvfe-generator%2Fimages%2Fbig-buck-bunny_poster.jpg',{'url':'http%3A%2F%2Fclips.vorwaerts-gmbh.de%2Fbig_buck_bunny.mp4','autoPlay':false}]}" />
<img alt="Big Buck Bunny"
src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg"
width="640" height="360"
title="No video playback capabilities, please download the video below" />
</object>
</video>
<p>
<strong>Download video:</strong>
<a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4">MP4 format</a> |
<a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv">Ogg format</a> |
<a href="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm">WebM format</a>
</p>
</body>
</html>
我如何支持这个视频在IE8浏览器中使用html5请帮帮我。这个视频不支持IE8浏览器。如何使用此代码
答案 0 :(得分:1)
对于IE8,您应该将其上传到Youtube或Vimeo并将视频嵌入您的网站。对你而言,它可能是任何浏览器中最好的方法,因为你说这对你来说都是新手。
例如:登录Youtube,上传视频,然后点击“共享”视频下的视频。和“嵌入”#39; (可能使用其他语言)复制您获得的代码并将其粘贴到HTML
中