# Error #2044: Unhandled ioError:. text=Error #2032: Stream Error

**URL:** https://forum.kirupa.com/t/error-2044-unhandled-ioerror-text-error-2032-stream-error/268034
**Category:** Uncategorized
**Created:** [August 8, 2008, 1:45pm UTC](https://forum.kirupa.com/t/error-2044-unhandled-ioerror-text-error-2032-stream-error/268034 "2008-08-08T13:45:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spectator](https://avatars.discourse-cdn.com/v4/letter/s/47e85d/32.png) [@spectator](https://forum.kirupa.com/u/spectator)
#### Post date: [August 8, 2008, 1:45pm UTC](https://forum.kirupa.com/t/error-2044-unhandled-ioerror-text-error-2032-stream-error/268034/1 "2008-08-08T13:45:53Z")

</div>

Hi all I really need help. What I understand from this error is that Flash can’t find the file which is a bit of confusing, because if I copy the code to other file it works. Is there something with that I have 2 urloaders in the code I load 2 different type of files one txt and one xml? This is the structure of my xml file

```auto
<xml>
<name>Some Name</name>
<address>Some Address</address>
<option>Some Option</option>
<other>Some Other</other>
<bank>Some Bank</bank>
<iban>12300 0000 0000 0000 0000 00</iban>
<bic>25500000</bic>
</xml>

```

Please help 🙂
