# \[Flash 8\] XML Troubles

**URL:** https://forum.kirupa.com/t/flash-8-xml-troubles/222492
**Category:** flash
**Created:** [April 13, 2007, 9:19pm UTC](https://forum.kirupa.com/t/flash-8-xml-troubles/222492 "2007-04-13T21:19:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jakattak](https://avatars.discourse-cdn.com/v4/letter/j/858c86/32.png) [@jakattak](https://forum.kirupa.com/u/jakattak)
#### Post date: [April 13, 2007, 9:19pm UTC](https://forum.kirupa.com/t/flash-8-xml-troubles/222492/1 "2007-04-13T21:19:23Z")

</div>

I’m not new to XML, nor Flash, but until a week ago I had never worked with them together. It’s easy enough to understand, but I’m having a specific problem with xml.sendAndLoad. I’m trying to get any sample of Flash working that can send data and recieve it back at the same time, via XML.

I have this working perfectly from my local machine (currenlty just using a static XML file to test it, will eventually use ASP or PHP or whatever flavor I’m in the mood for that day.) The second I move it to a web server, however, it doesn’t work. It’s refusing to load the XML. Just to make sure it wasn’t some document setting on the server I also tried it with .txt and .asp files, but got the same results.

If I use the same test files, but just use xml.load instead it works perfectly on both my local machine, and in a web environment.

I’m not sure if it’s something in my code that’s stopping it from working on a web server, or if there’s something specific I’m missing or what. I was hoping someone here might have tackled a similar issue… .fla and .xml are in the attached .zip.
