Without looking at it Robin, sounds to me like you want to do something clever like 
only keep 
a 10x10 square around what you are currently looking at through your camera in memory, 
and 
then dump out the rest when it's past it's useful point.

Make it alot more memory friendly.

If you pick your numbers right, should be no reason why you can't load up images while 
the 
user is browsing around - and they shouldn't notice a thing.

Just some ideas.

Mark
------------------------------------------------------------------
[EMAIL PROTECTED]
ICQ: 3094740
Safe From Bees
[ www.safefrombees.com ]


Quoting Robin Hilliard <[EMAIL PROTECTED]>:

> I should probably put a warning on this - it's a bit of a memory hog.  I
> don't think putting it online would improve the situation, just make it
> crash slower :-).  I'm running it on Windows XP with 512Mb RAM and Flash
> Player 7 without problems.
> 
> The sooner I can dump some of the data out into local shared objects the
> better.  Interesting fact - create a movieClip with this.data = [...list of
> 100,000 numbers] and instead of taking 100,000 x 8 bytes = 780k + some
> overhead for the array (this.data = new Array(100,000) seems to take about
> 2Mb RAM), say 2.8Mb all up it takes about 12Mb.  It's about the same putting
> those 100,000 in a 1 or 2 dimensional array, put the same number of numbers
> in a 3 dimensional array and it takes 37Mb of RAM to load!  Lesson: deeply
> nested arrays take lots more RAM in Flash.
> 
> Robin
> 
> "michael" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> >
> > it sounds really interesting... but it crashed my browser and the flash
> > player... even if embedded it in some html, it crashed that as well. Could
> > you put it online somewhere ?
> >
> >
> >
> > ----- Original Message -----
> > From: "Robin Hilliard" <[EMAIL PROTECTED]>
> > To: "Flash Developers List" <[EMAIL PROTECTED]>
> > Cc: "'Kirk Mower'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Sent: Wednesday, October 22, 2003 4:35 PM
> > Subject: [fugli] Flash GIS Prototype
> >
> >
> > > Hi All,
> > >
> > > Thought you may be interested in this prototype I've been working on for
> > > an Australian Developer article and my MXDU presentation:
> 
> 
> 
> ---
> You are currently subscribed to fugli as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> 
> MX Downunder AsiaPac DevCon - http://mxdu.com/
> 
> 
> 

---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to