Ok, this is not a real problem i have, but i am just trying to be cautious.
I’m making a flash app to upload on a site. It’s a drawing tool so there’s a lot of attachMovie() and array business in my app. And some arrays i’ve created, such as one to store every object that the user attaches to the stage, could go on till forever.
So what i’m wondering is that does flash have a limitation on memory usage? Or is there some convention or some proper practice to be followed for managing memory if the application is to be used online? Will such haphazard usage of arrays cause my application to run slowly or crash or something?
:ponder: