<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">we have been working on this today... we have a fix.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>it turns out there is a function called __flash_unloadHandler() - that does almost the exact same thing that my cleanUpSWFs() function does (makes sense because I was e-mailing with a Flash Player engineer about the streaming issue (which this is partially related to) and they ended up putting code similar to my fix into fp9, only it looks like the adobe version doesn't work so hot...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>anyway, here's how we fixed it:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>changed the cleanUpSWFs() function to fire using onbeforeunload instead of onunload - and inside the beforeunload, we remove the __flash_unloadHandler() function, so that it won't cause the out of memory error.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>attached is the version with the fix in it... if you all could test this out and let me know how it looks that would be great.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>i uploaded it to the test files pablo provided and it looks like it fixes it... so if a few of you could verify that, it would be great.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>here's the test files with the new js file:</DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><A href="http://dev.deconcept.com/etc/outofmemory/">http://dev.deconcept.com/etc/outofmemory/</A></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;">in ie6 i get no crash and all seems fine.</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV></DIV></BODY></HTML>