如何获取IE中sIFR嵌入标签的点击事件?

发布于 2024-07-17 12:24:29 字数 382 浏览 4 评论 0原文

我已经实现了可扩展 Inman Flash 替换 (sIFR) 来转换文本。 问题是,我无法通过 iSFR 嵌入标签执行 onClick 事件。

$(function() {
    $("embed").click(function(){
        alert('clicked over embed');
    });
});

这在 Firefox 中有效,但在 Internet Explorer 中无效。 有谁能够帮助我?

I have implemented Scalable Inman Flash Replacement (sIFR) to convert text. The issue is, I'm unable to do onClick event over the iSFR embed tags.

$(function() {
    $("embed").click(function(){
        alert('clicked over embed');
    });
});

This works in Firefox but not in Internet Explorer.
Can anybody help me?

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

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

发布评论

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

评论(2

内心荒芜 2024-07-24 12:24:29

Flash 电影往往会吃掉这些事件。

sIFR 3 允许您在 sIFR.replace() 参数中指定 onRelease 回调处理程序,该处理程序在单击 Flash 影片时调用。

Flash movies tend to eat these events.

sIFR 3 lets you specify an onRelease callback handler in the sIFR.replace() arguments, which is called when the Flash movie is clicked on.

意中人 2024-07-24 12:24:29

也许还值得查看 cufón http://cufon.shoqolate.com/generate/

It might also be worth checking out cufón at http://cufon.shoqolate.com/generate/

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