vote up 0 vote down star

I have implemented sIFR to convert text. The issue is, im unable to do onClick event over the iSFR embed tags.

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

This works in FF but not in IE. Can anybody help me......?

Thanks in Advance... Developer

flag

2 Answers

vote up 1 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.