Have a flash, that loads XML from server. Flash uses it to built up a site
menu. Both xml and flash reside on the same host. When I try to run server
locally - everything works. But when I try it online, XML is loaded only in
FireFox, but in IE it can't be loaded. Flash movie itself loaded normally (I
can right-click on it and see standard menu). I put my host into Trusted sites
in IE and set very low security/privacy. I don't have any firewalls or proxies.
I also put my host and flash movie into Trusted source in Flash Settings
Manager.
Load the XML file/script directly using the web browser without Flash to
eliminate Flash from the problem solving.
If that works in both browsers, then you can focus on the XML scripting code
inside of Flash. The problems could range from improper order of the XML
methods in code to possibly cross domain issues.

Signature
Lon Hosford
www.lonhosford.com
Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com
May many happy bits flow your way!
> Have a flash, that loads XML from server. Flash uses it to built up a site
> menu. Both xml and flash reside on the same host. When I try to run server
[quoted text clipped - 8 lines]
> I also put my host and flash movie into Trusted source in Flash Settings
> Manager.
brjasha - 05 Sep 2006 07:39 GMT
I have no problems, loading XML using just browser. And this is not corssdomain
issue. I tried to put corresponding persmissions file on my server - no
success. And what is very strange, everything works in FireFox, but not in IE.
Motion Maker - 11 Sep 2006 00:10 GMT
Did you check the Flash player versions in both browsers?
Did you check clearing the cache in IE? Perhaps it is loading a bad file
from the cache.

Signature
Lon Hosford
www.lonhosford.com
Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com
May many happy bits flow your way!
>I have no problems, loading XML using just browser. And this is not
>corssdomain
> issue. I tried to put corresponding persmissions file on my server - no
> success. And what is very strange, everything works in FireFox, but not in
> IE.
brjasha - 11 Sep 2006 07:30 GMT
In IE and FF I have Flash 9.0 installed. Tried to clearing cache before loading flash movie. But I can't do this in the middle of process - I will lost user session.