# Stream Error #2044 funky loadXML?

**URL:** https://forum.kirupa.com/t/stream-error-2044-funky-loadxml/242335
**Category:** flash
**Created:** [October 24, 2007, 8:59pm UTC](https://forum.kirupa.com/t/stream-error-2044-funky-loadxml/242335 "2007-10-24T20:59:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![efnx](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/efnx/32/3696_2.png) [@efnx](https://forum.kirupa.com/u/efnx)
#### Post date: [October 24, 2007, 8:59pm UTC](https://forum.kirupa.com/t/stream-error-2044-funky-loadxml/242335/1 "2007-10-24T20:59:01Z")

</div>

I’m publishing some swf’s on a couple websites and I get a really weird ioError in fp9 when I view those pages. The HTML is generated by Flash CS3’s published html pages, it’s totally weird. Here’s the error I’m getting in FireFox:

```auto

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: en/main_en.xml
    at fl.lang::Locale$/private::loadXML()
    at fl.lang::Locale$/initialize()
    at main_fla::MainTimeline()
    at [execute-queued]
    at [io]

```

The thing that gets me is that I never called loadXML() in my project and of course my program can’t find en/main\_en.xml - it doesn’t exist! Why is it looking for xml? Why is it calling loadXML()?
