Oh, its very easily an issue with memory management because regrettably that's one of the parts of AS3 I continue to have trouble with. I try hard to pick up after myself (listeners, bitmapdata, cancel loaders, close connections), and run ActiveGraph to get an estimate. But how do you track it down once it's started!
I with I could switch to Flash Develop, but I'm on Mac, and I haven't found an alternate IDE yet. Any ideas there maybe? By the way, this is also killing my browser sometimes. So I'm in quite a bit of trouble. The last time I had a similar problem, it was to do with Flash Player. Apparently masking a text field and then moving it under the mask (scrolling) is bad. So you stick it in a container and then mask and move that! I was hoping there was a limited amount of things that can actually crash Flash, but then again... 2008/6/23 Cedric Muller <[EMAIL PROTECTED]>: > Memory management not done right = garbage collector piling up > >> I noticed Flash crashes very quickly when memory management is not done >> right. I am NOT implying that you did something wrong. I am just adding my >> observations to the thread. >> Could it be memory management ? >> >> Cedric >> >>> I believe Flash Cs3 is not ready for serious projects. >>> Nowadays I am really having huge problems. It started with loading an >>> external swf, it begin to not to load the external swf all the times. >>> While >>> I am working on it, i noticed that it is a bug after over 100 trys. And >>> then >>> I am having problems casting objects. I can not cast my custom class >>> instance to its custom class. Flash gives me stupid errors. >>> Below is my bug report to Adobe. You can register and vote so that it can >>> be >>> "fixed" >>> http://bugs.adobe.com/jira/browse/ASC-3436 >>> >>> My advice is, like the big companies, game writers, DO NOT USER CS3 for >>> your >>> commercial projects. There are really big problems that need to be >>> solved, >>> but the worst is adobe engineers are not aware of that. >>> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf Of mario >>> gonzalez >>> Sent: Monday, June 23, 2008 9:42 AM >>> To: Flash Coders List >>> Subject: Re: [Flashcoders] Flash player crashes >>> >>> I have that happen to me too ALL the time, once it starts on a project >>> it's very very hard to track down. >>> Usually related to garbage collection.... it only crashes in the IDE >>> right? >>> >>> I wish i had better advice, but one thing you can do is when you test >>> your movie, test using the debugger (control > debug movie (off my head) >>> ) instead... that way when it crashes it doesn't crash the whole flash >>> IDE, just the debugger projector.. >>> >>> >>> Ashim D'Silva wrote: >>>> >>>> Hey, >>>> >>>> I'm using the Flash IDE CS3 to produce a project in AS3, and Flash is >>>> continually crashing erratically. Is there a way for me to figure out >>>> what's causing it? I can't seem to tie it to any action or recreate >>>> it, but it happens often enough to be a large problem. I would >>>> normally think there isn't much I can do with AS to actually crash the >>>> player, but it seems I have... Please help! >>>> >>>> Cheers, >>>> >>>> Ashim >>>> >>>> -- >>>> Random Lines 3D >>>> My online portfolio >>>> www.therandomlines.com >>>> _______________________________________________ >>>> Flashcoders mailing list >>>> [email protected] >>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>>> >>> _______________________________________________ >>> Flashcoders mailing list >>> [email protected] >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >>> _______________________________________________ >>> Flashcoders mailing list >>> [email protected] >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- Random Lines 3D My online portfolio www.therandomlines.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

