I have a lot of external text files.
I can use Loadvars to download each
when required. However, I wanna to
make a easy deployment and consolidate
few hundred files to main swf. And, the limit
of sis is 300 files ! So, I make it as class
(symbol). However, the size is very large. I
can't remove symbol after use and reload when
required again. Once loaded, can't remove.
My objective is load file one by one with
less memory. However, I try many methods but
still no success. Though using removeMovieClip
but still keep in memory. (I have checked that
the movieclip is removed but memory size in
device central hasn't dropped !)
Any good method to keep low memory while swapping
amongst files (symbol) ? Can I use another swf to
keep all those files and load it from main when
neccesary ?
Thanks in advance.



