I have a simple sendAndLoad XML request that works perfectly on 95% of the
computers I have used. I have check crosssite stuff and everything i can think
of. Its not browser specific ,os specific, or flash version specific. On these
computers I can run the same flash file on a standalone player and everything
works flawlessly but inside of any browser it makes the request for the XML
file and stops right there. After a while like 10 minutes flash gets tired of
waiting and returns not found. I can navigate to the xml file via the same
browser. Upgrading Flash doesn't help. The only thing consistent is it only
happens to windows computers. The requested URL is the complete URL. I have
changed this and still the same. IE or Firefox still the same. Version 9 player
in both. I have montiored network traffic and see the request made and maybe a
response but flash has moved.
Any Help would be appreciated.
cyberpunk1971 - 22 Sep 2006 13:34 GMT
ANSWER: I figured it out myself. I am just replying to let everybody else know
how I fixed it. I had the full URL in the load request and apparently some
Flash players don't like this. I put a link to the file without the domain name
and everybody is working fine. The load function, Flash, or something could not
resolve the domian correctly and could not find the XML file. I was not getting
a request for the file from the Flash movie so I knew it had to be soemthing in
Flash.