Hi All, I am setting the Text.htmlText property with some HTML I get from reading an RSS feed. All was working well until recently I started getting ActiionScript errors reporting:
Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed. In debugging this I could never catch this error in the debugger or even get a stack trace, however, I eventually found that it was caused by setting the Text.htmlText property with some HTML that referenced a dead image link. I would like to suppress the error but am unable to figure out how to catch it, I tried listening to the IOErrorEvent.IO_ERROR on the Text compoenent and the parent module with no success. Does anyone know how I can catch and suppress this error. Any help much appreciated, Greg

