Skip to main content
Inspiring
May 6, 2009
Question

Clearing "cache" in Flash.

  • May 6, 2009
  • 1 reply
  • 700 views

I am loading XML using URLLoader and when I save the .as file and re-test movie it does not show updated XML info. It appears to be using the original cached XML file and I can not get it to update.

Any ideas on how to prevent this??

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 6, 2009

if you're testing in a browser, clear the browser's cache or append a changing variable to the xml file's name.

iRyFlashAuthor
Inspiring
May 7, 2009

Ken,

I'm just testing the movie within Flash. No browser.

kglad
Community Expert
Community Expert
May 7, 2009

nothing is cached when testing locally.  but i'm not sure what saving an .as file would have to do with a changed xml so that relationship may be an issue.