RE: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread Alex Harui
d Sent: Friday, September 12, 2008 5:59 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: SWFLoader unloading, whats the trick? Alex, Do you know if Class instances get GC'd? (as in instances of Class, not general objs) I've noticed Player likes to collect SWFs awfully quic

Re: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread Josh McDonald
lto:[EMAIL PROTECTED] *On > Behalf Of *djepyon > *Sent:* Friday, September 12, 2008 12:11 PM > *To:* flexcoders@yahoogroups.com > > *Subject:* [flexcoders] Re: SWFLoader unloading, whats the trick? > > > > Ok, I went ahead and added some manual clean up to the swf's I was

RE: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread Alex Harui
tives. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djepyon Sent: Friday, September 12, 2008 12:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWFLoader unloading, whats the trick? Ok, I went ahead and added some manual clean up to the swf's I was loa

[flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread djepyon
mailto:[EMAIL PROTECTED] On Behalf Of djepyon > Sent: Wednesday, September 10, 2008 8:01 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: SWFLoader unloading, whats the trick? > > > Alex thanks for the additional info. > > swfloader.content.stop() prior to

RE: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-10 Thread Alex Harui
: [flexcoders] Re: SWFLoader unloading, whats the trick? Alex thanks for the additional info. swfloader.content.stop() prior to setting a new source in this case managed to stop the next swf at the beginning once it loaded. Not sure why this happened. I did a bit of testing here and as far as I can tell

[flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-10 Thread djepyon
e loaded SWF cleans up after itself. > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djepyon > Sent: Tuesday, September 09, 2008 8:35 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: SWFLoader unloading, whats the trick? > > > Than

RE: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-09 Thread Alex Harui
etter" if the loaded SWF cleans up after itself. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djepyon Sent: Tuesday, September 09, 2008 8:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWFLoader unloading, whats the trick? Thanks guys. The feedback

[flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-09 Thread djepyon
Thanks guys. The feedback I get on here is always great. I was able to listen for UNLOAD on the SWFLoader. I tried a MovieClip(event.target.content).stop() but it seems that its already disappeared at this point and throws a null object reference error. Listening on the content object didn't trig