Event.OPEN with:  [object URLLoader]
Got data: undefined
Event.PROGRESS: [ProgressEvent type="progress" bubbles=false cancelable=false eventPhase=2 bytesLoaded=19 bytesTotal=19]
HTTPStatusEvent.HTTP_STATUS: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0 redirected=false responseURL=null]
Event.COMPLETE with: [object URLLoader]
bytesTotal: 19
Loaded text: Fetched from disk!

Event.OPEN with:  [object URLLoader]
Got data: Fetched from disk!

Event.PROGRESS: [ProgressEvent type="progress" bubbles=false cancelable=false eventPhase=2 bytesLoaded=4 bytesTotal=4]
HTTPStatusEvent.HTTP_STATUS: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0 redirected=false responseURL=null]
Event.COMPLETE with: [object URLLoader]
bytesTotal: 4
Loaded binary with length: 4
0
1
2
3
HTTPStatusEvent.HTTP_STATUS: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0 redirected=false responseURL=null]
IOErrorEvent.IO_ERROR: [object URLLoader]
IOErrorEvent text: Error #2032: Stream Error
Old data: 
Loaded using constructor: Fetched from disk!

