Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorirbull
    • CommentTimeJun 22nd 2007
     
    I am trying to use SWFObject with GWT. It works great, except when I run it in the GWT browser (I think this is just IE, but i'm not sure). I can refresh the browser without problem, but when I actually close the browser I get the "out of memory line: 56". The problem only seems to happen when I have multiple flash movies on the page.

    I am using the SWFObject source from [1].

    [1]http://svn.deconcept.com/swfobject/trunk/source/swfobject_source.js
    cheers,
    ian
    • CommentAuthorirbull
    • CommentTimeJun 23rd 2007
     
    After a little more digging, it seems that the onUnLoad (or onbeforeunload) event does not get called when a user closes an OLE (embedded) IE Browser. this is the browser used in GWT hosted mode, and also used in Eclipse.

    Any ideas what we can listen to, to hear about an OLE browser close so we can clean up this memory leak?

    cheers,
    ian
    • CommentAuthorAran
    • CommentTimeJun 24th 2007
     
    Ian.

    I can't help on the OLE thing, but can I ask what version of flash you are using. My understanding that this out of memory error was limite to early flash 9 players like 9.0.16.
    • CommentAuthorirbull
    • CommentTimeJun 24th 2007
     
    Thanks Aran,

    I have updated my flash and it works fine. I hate dealing with all these different versions, platforms, etc.... arg... :)

    cheers,
    ian