[Flashcoders] Memory concerns

2009-04-28 Thread John R. Sweeney Jr
I know you have to implicitly remove objects to free up memory, but does that also apply to listeners? If you have many listeners in a loaded external movie and then you remove the movie are the listeners still in memory, which might cause problems later? Thanks in advance for any insights, John

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Paul Andrews
- Original Message - From: John R. Sweeney Jr jr.swee...@comcast.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 28, 2009 6:35 PM Subject: [Flashcoders] Memory concerns I know you have to implicitly remove objects to free up memory, but does that also

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Muzak
/langref/flash/display/Loader.html#unloadAndStop() - Original Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 28, 2009 7:55 PM Subject: Re: [Flashcoders] Memory concerns - Original Message - From: John R

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Paul Andrews
- Original Message - From: Muzak p.ginnebe...@telenet.be To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 28, 2009 7:46 PM Subject: Re: [Flashcoders] Memory concerns If you have many listeners in a loaded external movie and then you remove the movie

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Muzak
@chattyfig.figleaf.com Sent: Wednesday, April 29, 2009 2:11 AM Subject: Re: [Flashcoders] Memory concerns - Original Message - From: Muzak p.ginnebe...@telenet.be To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 28, 2009 7:46 PM Subject: Re: [Flashcoders

Re: [Flashcoders] Memory concerns

2009-04-28 Thread Juan Pablo Califano
@chattyfig.figleaf.com Sent: Tuesday, April 28, 2009 7:46 PM Subject: Re: [Flashcoders] Memory concerns If you have many listeners in a loaded external movie and then you remove the movie are the listeners still in memory, which might cause problems later? Yes. AFAIK, that's