Yeah that was likely to cause the problem.
U could create a static class to hold the array. And then reference the array in your separate classes that way they are all working with the same array. Greetz Erik -----Original Message----- From: Krzysztof Szlapinski [mailto:[EMAIL PROTECTED] Sent: dinsdag 22 maart 2005 0:59 To: [email protected] Subject: Re: [flexcoders] internal representation of an array the problem with memory was my programming mistake I included this array in every external component in my application (I have around 50 components) by mistake so I assume that with creation of every component the same array was created but in different memory space am I right? btw is there something like include_once from PHP in Action Script? I wonder if including the same piece od code (function) twice makes the final application with doubled code? krzysiek > > How much ram would be recommended? > > -- Matthew > > > On Mon, 21 Mar 2005 14:54:37 -0800, Gordon Smith > <[EMAIL PROTECTED]> > wrote: >> That's a tiny amount of RAM for a Flex server. >> >> - Gordon Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

