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/
