Sounds like a server script is involved.
Display the url fed to the XML sendAndLoad or load method and if it is
showing file:///// you may need http:// hard coded in for testing when you
are using the authoring environment if the server script is relatively
referenced to the swf.
Relative might be this: myXMLScript.php or asp or cfm or whatever.
Hard coded this: http://theserverurl/myXMLScript.php
You can use System.capabilities.playerType to choose between the hard coded
url and the relative.
http://livedocs.macromedia.com/flash/8/main/00002879.html --
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "cory_clarke" <webforumsuser@macromedia.com> wrote in message
news:dskv66$6lo$1@forums.macromedia.com...
Has anyone run across this problem, and hopefully a fix? I'm working on PC
with
Flash 8 and recently have had a problem crop up. I do a lot of development
with
XML and typically have no problem. However, recently all of my files that
have
been working fine suddenly stopped working when I test them, they are no
longer
able to load XML. Everything works fine if I preview them through a browser
(so
it is not an issue with bad code or the data source), but not if I test
them
in Flash (cntrl+enter). Testing them in Flash just gives 'Error opening URL
....'
Does anyone know if there is somewhere the Flash development environment
caches XML internally? I wondering if that cache file is corrupt and
screwing
things up. Any suggestions would be great - its really killing my
development
flow..