Are you declaring the namespace? If not and you're using e4x, you'll need to do this to access the nodes. Are you simply unable to get the file? Use the Flex debugger so you know your errors in the stack trace.
Otherwise this seems like a security issue, one that may be resolved with crossdomain.xml. Pull up your crossdomain xml file and make sure it's not malformed. Mike On 5/29/07, Maciek Malaszuk <[EMAIL PROTECTED]> wrote:
Hi, I'm struggling with strange problem. I'm trying to load XML file in my code which containst data about images but thats nor really relevant. Lets assume i have remote server where i run my code (domain xxxxx.net). When i point both httpservice or urlloader to http://mydomain.net/ photos.xml it does work on my local machine but DOES NOT when i copy the file to that mydomain server. This is only one configuration it works on. Different scenario i tried and does not work is: loader pointing to http://mylocalmachineIP/photos.xml (which is accessible from the internet) and application neither on local machine nor server works. Did anyone encountered similar problem before? I would expect httpservice to be able to access file regardless of its location if the url is valid... Thanks for help as i'm really stuck on this one.
-- Mike ---------- http://www.mikebritton.com http://www.mikenkim.com

