11
If you could post the code from the HTML page in question, or link us there, it might help in troubleshooting this. From what you have said thus far though, I can offer two suggestions:
First, make sure that your XML file and your SWF file are in the same directory as the page you are attempting to view them on.
If that doesn't work, look to the OBJECT tag in your html page. Specifically, look at the movie parameter:
<param name="movie" value="whatever.swf" />
Where maybe you will see something like:
<param name="movie" value="whatever.swf?xmlfile=myxmlfile.xml" />
...in which case you want to make sure the value of 'myxmlfile.xml' points to the XML file in question on your server.
If this & all else fails, you can zip your project files & send them to me & I'll take a look at it & see what I can do. You can email me directly from my website link below.
Hope this helps =)