I have an AS3 HTTPService (that is, the HTTPService is all AS3 based, no MXML) which travels off and gets an XML feed, returns and displays the data. There are several (20+) instances where I can click on an item and this happens properly. However, I have 1 (just one) instance where this crashes my AIR app. I've verified the URL, it DOES render in an HTML page (as XML) so, there is no issue with the URL. I can click on ANY other "item" to load the XML and it loads - every time. My App works fine as long as I never select the one item in particular. I've profiled the app, memory usage actually drops off when I selecte that one item. I've got listeners for every possible event - none of which ever get sent after hitting HTTPService.send(). The app acts as though everything's fine, it's just loading data. I put a timeout of 5 seconds on the HTTPService. After about 2 minutes of still nothing, I manually shut down the app.
Anyone have any ideas?

