How do I embed a flash SWF file and get around the IE security layer without using swfobject (to keep down file size) - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T01:21:47Z http://stackoverflow.com/feeds/question/1035613 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1035613/how-do-i-embed-a-flash-swf-file-and-get-around-the-ie-security-layer-without-usin 0 How do I embed a flash SWF file and get around the IE security layer without using swfobject (to keep down file size) Cameron Booth 2009-06-23T22:31:56Z 2009-06-25T12:17:26Z <p>I'm looking for a way to embed an SWF into a page and get around the Internet Explorer security issue (where it requires an extra click to "activate" the flash file). </p> <p>I've got my code working with swfobject, but I'm using this in an embedded widget context (eg a clickable banner ad) so I am really trying to keep my file size down, and swfobject adds about 10k worth of minified Javascript that just feels like more than I need</p> <p>I just need basic flash rendering, I'm not really that worried about Flash version detection (I'm using an old enough version of Flash for the SWF) though a fallback solution if flash is not available would be nice.</p> <p>Finally, this has to be something that can work entirely from a single Javascript file included somewhere in the BODY tag of the containing page. (The reason I say this is because I had some issues even with the swfobject version when I was document.write'ing a SCRIPT tag for the swfobject.js into the BODY of the page instead of the HEAD).</p> <p>I hope that makes sense, I can clarify if needed.</p> <p>Thanks in advance!!</p> http://stackoverflow.com/questions/1035613/how-do-i-embed-a-flash-swf-file-and-get-around-the-ie-security-layer-without-usin/1035742#1035742 1 Answer by Claude for How do I embed a flash SWF file and get around the IE security layer without using swfobject (to keep down file size) Claude 2009-06-23T23:14:51Z 2009-06-23T23:14:51Z <p>"Click to activate" is no longer an issue, <a href="http://msdn.microsoft.com/en-us/ie/bb969055.aspx" rel="nofollow"><strong>see this note</strong></a>.</p>