I created a Flash room editor for an online game. The user is able to add items to their room, which the flash loads in and creates an object for each item. For the average user this works great, but I have run across a case where a user has added 8400 items to a room and the flash can't handle it. The XML file loads up fine, but nothing shows up when it tries to load into flash. I assume this is because flash runs into a wall trying to load all of that into memory? Is there any possible way to get around this, or do I just need to limit the amount of items put into a room (2500 was about the limit I found to work).
The editor was made with Actionscript 3 if that matters.