如何获取IE中sIFR嵌入标签的点击事件?
我已经实现了可扩展 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flash 电影往往会吃掉这些事件。
sIFR 3 允许您在
sIFR.replace()
参数中指定onRelease
回调处理程序,该处理程序在单击 Flash 影片时调用。Flash movies tend to eat these events.
sIFR 3 lets you specify an
onRelease
callback handler in thesIFR.replace()
arguments, which is called when the Flash movie is clicked on.也许还值得查看 cufón http://cufon.shoqolate.com/generate/
It might also be worth checking out cufón at http://cufon.shoqolate.com/generate/