If you have several simultaneous asynchronous requests arriving in random order, like I do with live feeds from remote radar sites, a single timer does not help much. Since a lost file is not critical, I just try again later without an event handler.
A timer gives you an opportunity to examine something else to indicate whether your file arrived. It alone signals neither success nor failure. Event handlers add the ability to associate an event with a particular request through the "src" attribute, the "id" attribute or an attribute of your own. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
