IE 对象标记替代内容不显示

发布于 2024-11-30 00:52:42 字数 584 浏览 0 评论 0原文

我使用 xhtml 有效方式嵌入如下:

<object type="application/x-shockwave-flash" width="640" height="360" data="youtube-video-url">
    <param name="movie" value="youtube-video-url" />
    <param name="allscriptaccess" value="always" />
    <p>Adobe Flash is required to view this content. Please <a href="http://www.adobe.com/go/getflashplayer">download Flash Player</a>.</p>
</object>

当我在没有安装 Flash 的 IE 中查看它时,我只是得到一个黑框,没有替代内容。如果我取出 type="application/x-shockwave-flash" 属性,则会出现替代内容。指定类型属性后,为什么不显示替代内容?如何更正此问题?

I am using the xhtml valid way to embed below:

<object type="application/x-shockwave-flash" width="640" height="360" data="youtube-video-url">
    <param name="movie" value="youtube-video-url" />
    <param name="allscriptaccess" value="always" />
    <p>Adobe Flash is required to view this content. Please <a href="http://www.adobe.com/go/getflashplayer">download Flash Player</a>.</p>
</object>

When I view it in IE without flash installed, I just get a black box and no alternate content. If I take out the type="application/x-shockwave-flash" attribute, the alternate content will appear. Why is it not showing the alternate content when the type attribute is specified and how do I correct this?

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

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

发布评论

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

评论(3

若言繁花未落 2024-12-07 00:52:42

IE 不支持对象元素的回退。你所描述的应该会发生,但 IE 很好,IE。如果您确实喜欢后备方案,则可以使用 SWFObject 来嵌入 Flash。

IE doesn't support fallback of the object element. What you describe should happen but IE is well, IE. You could use SWFObject to embed the flash if you really like a fallback.

捂风挽笑 2024-12-07 00:52:42

尝试从标签中删除数据参数。它会这样工作。然后如果你把它放回去,你会发现你可能无法重现这个问题。另外,尝试仅删除和使用数据。你会发现这些可能性很有趣。

Try removing the data parameter from the tag. It will work that way. Then if you put it back, you will notice that you might not be able to reproduce this issue. Also, try removing and using only data. You will find the possibilities interesting.

清浅ˋ旧时光 2024-12-07 00:52:42

我从来没有找到解决这个问题的方法。仅当类型设置为“application/x-shockwave-flash”时,才会在 Windows XP 中发生。

I never did find a solution to this problem. It only happened in Windows XP when the type was set to "application/x-shockwave-flash".

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