Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : HELP - xml not loading the second time



qo11746
3/31/2004 8:47:00 PM
Howdy all
First time poster long time listener... ha ha oh well, I have recently started
playing with flash and xml so please forgive me if ask a stupid question. I am
working on a project that seems to be functioning correctly the first time the
page is loaded (see: http://atgapp01.clarian.com/)
Unfortunately, if the user clicks into any of the other categories and then
goes back to the main page, the graphics and text that should be loading via
the xml are not coming up. My initial thoughts are that the xml is is not being
loaded the second time because of some sort of a caching issue. True/false? Any
suggestions?
Best
http://atgapp01.clarian.com/)
Jack.
3/31/2004 9:09:10 PM
if you suspect that caching is the issue, try appending a unique variable,
the server will be forced to send new data,

verTime = new Date().getTime(); trace(verTime);
feed = "http:/ / yourAddress/folder/your.xml?";
myXML.load(feed+verTime);
AddThis Social Bookmark Button