Hi everyone :-) I've run into a bit of an odd problem with my flash plugin (http://jquery.lukelutman.com/plugins/flash) in IE.
The standard workaround for the ActiveX control activation/Eolas/greybox issue in IE is to insert flash movies using an *external* javascript file. Using the uncompressed version of jQuery, everything works as expected (i.e. you don't have to 'click to activate' flash movies). However, using the packed version of jQuery, the workaround fails and the dreaded 'click-to-activate' is back >:-( From what I can tell, IE doesn't seem to think the eval()'d jQuery code comes from an 'external' javascript file anymore. Using JSMin (http://www.crockford.com/javascript/jsmin.html) instead of Packer solves the problem ... but it's extra work. Does anyone have suggestions on how to preserve the 'externalness' of the packed version of jQuery? Thanks, Luke Lutman _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
