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.