I have an unusual problem which apear when I moved my files to another hosting (in old one was everything ok).
I have main flash site and swf loaded into it. My main flash can read and parse xml's, but swf loaded into main flash can't read any xml.
I'm 100% sure that path to xml is correct. I can send information to PHP file to save some data in xml and this data is stored in xml. I can get informations from PHP, but I can't get any xml data... It looks like server side problem.
Is there anything what I could overlooked?
EDIT
I have found the problem. When I moved files to another server, there was a .htaccess file with lines:
<FilesMatch ".*xml">
Order allow,deny
</FilesMatch>
In old hosting, all code in this file is commented (I don't know what does it depend on). Anyway.