html:嵌入流媒体视频(跨浏览器)
我正在尝试将 .wmv 视频嵌入到我的网站中,但不起作用:( 我用谷歌搜索并尝试了 和
我正在使用的视频是由超级转换器创建的,并且我使用 WMV7 作为视频编解码器。
有没有跨浏览器的解决方案 - 或者我应该更好地使用 Flash 视频?
提前谢谢
i'm trying to embed a .wmv video into my website but doesnt work :(
i've googled and tried <embed>
and <video>
the video i'm using was created by super converter and i've used WMV7 as video codec.
is there a crossbrowser solution for it - or should i better use flash video?
thx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标签特定于 HTML5,并且是非常依赖浏览器。如果您关心每个人都看到该视频,那么您不应该使用此标签 - 请等待几年。
至于为什么嵌入不起作用,您必须向我们展示代码以查看问题所在。下面是一个应该可以工作的示例片段。
对于任何 HTML 问题,您应该告诉我们您使用的浏览器和操作系统。同样,源代码对于诊断问题非常重要。
The
<video>
tag is specific to HTML5, and is very browser dependent. If you care about everyone seeing the video you should not be using this tag yet--wait a few years.As for why the embed is not working, you'll have to show us code to see what is wrong. Here is an example snippet that should work.
With any HTML questions, you should tell us what browser and OS you are using. Again, source code is very important to diagnosing problems.