From: Mitch S. <mit...@be...> - 2009-09-23 18:21:31
|
On 09/23/2009 02:58 AM, Giles Velarde wrote: > Should it be possible to make the Loading message time out? I guess it > would then display a wholly blank track, which would be accurate in > this case. The disadvantage of that approach is for users with poor > connections, where timeouts happen more often, and where blank tracks > would then appear even though the data is there on the server. If there's no file, then the client should be getting a 404 HTTP error code. And it should be straightforward to add an error handler to the code that loads the individual tracks. That should handle the no-file case without requiring a timeout. I'll send a message to the list when I have something. Mitch |