Actually --<br><br>It doesn't work fully in IE 7 ...<br><br>I get the "Out of Memory Error" alert (line 56).  Upon clicking "okay", the alert disappears and the page reappears looking fine.<br><br>-- <br>
Danya Henninger<br><br>Imagic  |  <a href="http://www.imagicdigital.com">www.imagicdigital.com</a><br><br><div><span class="gmail_quote">On 7/25/06, <b class="gmail_sendername"><a href="mailto:swfobject-request@lists.deconcept.com">
swfobject-request@lists.deconcept.com</a></b> <<a href="mailto:swfobject-request@lists.deconcept.com">swfobject-request@lists.deconcept.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send SWFObject mailing list submissions to<br>        <a href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>        <a href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">
http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</a><br>or, via email, send a message with subject or body 'help' to<br>        <a href="mailto:swfobject-request@lists.deconcept.com">swfobject-request@lists.deconcept.com
</a><br><br>You can reach the person managing the list at<br>        <a href="mailto:swfobject-owner@lists.deconcept.com">swfobject-owner@lists.deconcept.com</a><br><br>When replying, please edit your Subject line so it is more specific
<br>than "Re: Contents of SWFObject digest..."<br><br><br>Today's Topics:<br><br>   1. Re: fp9 bug in IE with multiple swf files +externalinterface<br>      (out of memory) (Jonathan Spooner)<br><br><br>----------------------------------------------------------------------
<br><br>Message: 1<br>Date: Tue, 25 Jul 2006 10:20:54 -0700<br>From: Jonathan Spooner <<a href="mailto:jspooner@aviatech.com">jspooner@aviatech.com</a>><br>Subject: Re: [SWFObject] fp9 bug in IE with multiple swf files
<br>        +externalinterface (out of memory)<br>To: <<a href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</a>><br>Message-ID: <<a href="mailto:7C08A463-D1B1-4295-BD49-794481390144@aviatech.com">
7C08A463-D1B1-4295-BD49-794481390144@aviatech.com</a>><br>Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes;<br>        format=flowed<br><br>Thanks for the fix.  It works great.<br><br>Will this change go into the SVN?
<br><br>--JS<br><br><br>On Jul 25, 2006, at 10:20 AM, Geoff Stearns wrote:<br><br>> we have been working on this today... we have a fix.<br>><br>> it turns out there is a function called __flash_unloadHandler() -
<br>> that does almost the exact same thing that my cleanUpSWFs()<br>> function does (makes sense because I was e-mailing with a Flash<br>> Player engineer about the streaming issue (which this is partially<br>> related to) and they ended up putting code similar to my fix into
<br>> fp9, only it looks like the adobe version doesn't work so hot...<br>><br>> anyway, here's how we fixed it:<br>><br>> changed the cleanUpSWFs() function to fire using onbeforeunload<br>> instead of onunload - and inside the beforeunload, we remove the
<br>> __flash_unloadHandler() function, so that it won't cause the out of<br>> memory error.<br>><br>> attached is the version with the fix in it... if you all could test<br>> this out and let me know how it looks that would be great.
<br>><br>> i uploaded it to the test files pablo provided and it looks like it<br>> fixes it... so if a few of you could verify that, it would be great.<br>><br>> here's the test files with the new js file:
<br>> <a href="http://dev.deconcept.com/etc/outofmemory/">http://dev.deconcept.com/etc/outofmemory/</a><br>><br>> in ie6 i get no crash and all seems fine.<br>><br>><br>> <swfobject.js><br>><br>
> for the adobe people here:?<br>><br>> the difference in your code and mine is that mine does a<br>> getElementsByTagName('OBJECT'); and then loops through only those,<br>> and your code has a variable called 'embedded' that is looped
<br>> through - not sure where the embedded var comes from, but it looks<br>> like maybe it was much more stuff in it that is really needed...<br>></blockquote></div><br><br clear="all"><br>