External txt refreshed

Hi,
I use an external txt to load some vars… works fine… But when I change the values of vars in the txt, and reload the txt in my swf, the old values are still displayed. Only when I take a new browser I can see the changed values.

Does enybody know how to make sure I can load my changed vars from the txt without refreshing the internetbrowser?
Yours, Edgar:jail:

have you tried something like
url = Http://www.yoursite.com/yourfolder/yourtext.text+?Math.random(61497)
I think the code was something like that

I found a solution! It is somthing with random like your hint told me… An Identifyer…
http://www.kirupa.com/developer/actionscript/tricks/cache.htm
Here I found a script that solved the problem… Cache problem it was indeed.
Thanx Kirupa!
:thumb2: