vote up -1 vote down star

I am using SWFObject version 2, and using its dynamic publishing feature. Typical JavaScript code to embed flash like (based on its featured example from its documentation page):

swfobject.embedSWF(..

However, in IE7, I always see 'Click to Activate' message. I heard that SWFObject was supposed to cater this issue, however, my experience with it now make me beg to differ. I am happy to be proven wrong.

Any suggestion, how to remove this issue? Example JavaScript code and/or URL of page using SWFObject is really appreciated.

Thanks.

flag

2 Answers

vote up 1 vote down check

Microsoft removed the click to activate 'feature' about a year ago (Microsoft settled the lawsuit with EOLAS, allowing Microsoft to stop requiring a click to activate plugins). If you still encounter the click to activate message, you probably need to get the latest security patche(s) for IE.

SWFObject 1.x addressed the issue, but SWFObject 2.x no longer addresses that issue since Microsoft has released its browser patch.

link|flag
Thanks Pipwerks. Security patch KB938127, KB963027, and KB960715 fix this. – Nordin Jun 18 at 8:51
vote up 2 vote down

Follow the steps detailed in the documentation and you should be golden.

link|flag

Your Answer

Get an OpenID
or

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