让 Firefox 忽略网络视频并显示 flash

发布于 2024-10-19 10:21:38 字数 304 浏览 0 评论 0原文

<video controls>
    <source src="movie.mp4" type="video/mp4"/>
    <embed src="Untitled-2.swf" type="application/x-shockwave-flash" width="480" height="270" />
</video>

我认为如果 Firefox 无法播放 HTML5 视频,它会回退到 Flash,但它只显示 HTML5 控件和空白屏幕。有没有办法强制它忽略mp4视频源?

<video controls>
    <source src="movie.mp4" type="video/mp4"/>
    <embed src="Untitled-2.swf" type="application/x-shockwave-flash" width="480" height="270" />
</video>

I thought Firefox would fallback to the Flash if it couldn't play the HTML5 video, but it just displays the HTML5 controls and a blank screen. Is there a way to force it to ignore the mp4 video source?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残花月 2024-10-26 10:21:38

我在使用 Firefox 和 MP4 时遇到了问题,它似乎在看到它时就崩溃了。它应该像你说的那样忽略它并回退,但事实并非如此。

例如,如果我有一个 OGG 视频(FF 将播放),如果它位于 MP4 之后,则它不起作用。把它放在前面,就可以了(显然是因为它永远不会到达MP4)。

我知道这无助于解决你的问题,除了浏览器嗅探并为其提供不同的代码之外,我不知道有什么方法可以让 FF 忽略 MP4(谁愿意这样做?)

I've had issues with Firefox and MP4, it just seems to break when it sees it. It's supposed to ignore it and fallback like you say, but doesn't.

e.g. if I have an OGG video (which FF will play) if it's after the MP4, it doesn't work. Put it before, and it's fine (obviously because it never gets to the MP4).

I know this doesn't help solve your issue though, I don't know any way of getting FF to ignore the MP4 other than browser sniffing and serving it different code (and who wants to do that?)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文