You are probably battling cache problems.
mySend_xml.sendAndLoad(http://thedomain/the.xml?nocache=" + new
Date().getTime() , myReply_xml);
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "Phomari7" <webforumsuser@macromedia.com> wrote in message
news:e1je67$3t9$1@forums.macromedia.com...
I am trying to get my flash app to read a continuously-updated xml file
from a
remote location.
-The xml file on my server changes constantly so my flash app needs to be
reading it continually, kind of like a ticker.
-My app is able to load the xml file correctly the first time, but
thereafter
appears to not be refreshing the xml file. The onLoad() function is
successful, but the data is old.
-The flash app works perfectly when I run it from the same machine the xml
file is on, so maybe it has to do with security.
-I do have a crossdomain.xml file on my server. Anyway, the flash app gets
the xml file the first time, but never gets the updated ones.
-My remote server (SitePlayer) is embedded in hardware and does not support
server-side programming like PHP.
-I am testing with Mozilla FireFox on WinXP Pro so no IE issues here,
although
I guess I'll have to take those on at some point.
Thanks very much for the help.
-jheske