Hi,
Yesterday I posted an online game that I just finished* and had some of my friends test it out with me. There are a number of things that went wrong. I'm wondering though... I have a timer with an interval of 2 seconds calling on a URLLoader instance to grab data from a database. So I have 2 questions:

1) Is it possible that the server's response + the load time might be longer than 2 seconds?
2) Is it going to be a problem for flash if I call load() again before the first load() operation finishes? What would be the result of that? Does it do both, or cancel the first one, or what? Because I noticed even just sitting there, I get an error every 3-5 minutes or so. I get an HTTPStatusEvent followed by an IOErrorEvent when this happens.

Thanks for any advice you can give me,
Mavrisa

*Well I say finished.. but I still have to iron out the kinks.