<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">i haven't updated it since then, so the one at that link is the very latest.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>i didn't really change that much with it, mostly the flash player 6 fix, and changes to expressinstall, but all the detection is the same so there shouldn't bee too many issues.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Sep 28, 2006, at 9:22 AM, Florian Hengartner wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><DIV style="font-family: Default Sans Serif,Verdana,Arial,Helvetica,sans-serif;"><PRE><FONT size="3">Hi Jakob and Geoff,<BR><BR>I'm experiencing exactly the same problem as jakob.<BR>The new version (<A href="http://blog.deconcept.com/code/swfobject2.0/swfobject.js">http://blog.deconcept.com/code/swfobject2.0/swfobject.js)</A> </FONT><BR><FONT><FONT size="3">helps :-) thank you.<BR></FONT></FONT><FONT size="3">Did you find any bugs in the new version since 15.sept, is there a newer version?</FONT><BR><BR><FONT size="3">As a side note:<BR>Troublesome combination: IE6 and flashplayer 6.x.<BR>In my setup, the crash occured even if I did the object and embed tags by hand<BR>and just included the swfobject.js.<BR>No wonder, as the problem lies in the onUnload method.<BR><BR>I traced the problme to the "typeof[i][x]" call.<BR>The new version does not got into cleanupSWFs for IE6, thus no typeof call.<BR><code><BR>/* fix for video streaming bug */<BR>deconcept.SWFObjectUtil.cleanupSWFs = function() {<BR>    if (window.opera || !document.all) return;<BR>    var objects = document.getElementsByTagName("OBJECT");<BR><BR>    for (var i=0; i < objects.length; i++) {<BR>        objects[i].style.display = 'none';<BR>        for (var x in objects[i]) {<BR>             /* // suppress the crash.<BR>            if (typeof objects[i][x] == 'function') {<BR>                objects[i][x] = function(){};<BR>            }<BR>                */<BR>        }<BR>    }<BR>}<BR></code><BR></FONT></PRE><DIV><FONT size="3"><BR>regards, florian<BR><BR></FONT></DIV></DIV></FONT><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>