Flex / Flash Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: …

When attempting to access a URL via the URLLoader, eg:
var loader:URLLoader = new URLLoader(“some url or uri”);

You get an error:
Flex / Flash Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: …

I modified the code referenced from:
http://www.actionscript.org/forums/showthread.php3?t=170067

To create an URLErrorHandler that will attach to a URLLoader.  So, to easily attach default error handlers to the [...]