Hi,
I have a flash 9 application that communicate to external url that retrieve
xml files. Then I publish the file to html. I still can access the html just
fine. The problem comes when I try to put the html file into a local webserver
and I try to access it from [url]http://localhost[/url], the xml is not being read, I
think it cannot access the external url.
I am using urlLoader to load the external xml files. Anyone can help?