# Cache Problem URGENT! Pls help!

**URL:** https://forum.kirupa.com/t/cache-problem-urgent-pls-help/18098
**Category:** flash
**Created:** [April 13, 2003, 5:27am UTC](https://forum.kirupa.com/t/cache-problem-urgent-pls-help/18098 "2003-04-13T05:27:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![yyzz](https://avatars.discourse-cdn.com/v4/letter/y/c2a13f/32.png) [@yyzz](https://forum.kirupa.com/u/yyzz)
#### Post date: [April 13, 2003, 5:27am UTC](https://forum.kirupa.com/t/cache-problem-urgent-pls-help/18098/1 "2003-04-13T05:27:56Z")

</div>

Hi guys,

I have a problem with browser which attempts to cache my external txt files, which I link to my main flash file. The thing is after I update my txt file, the browser will still use old txt file in its cache. I know theres a tutorial on Kirupa which uses the following code

myIdentifier=Math.round(Math.random()\*10000);  
loadVariables(“myAnim.swf?uniq=”+myIdentifier,1);

I’ve used this, but it still can’t work. Can anyone help?

FYI, I loaded each variable

loadVariables(“1.txt”, “/”)  
loadVariables(“2.txt”, “/”)

at the very beginning of the movie. My site is 100% flash, and I am not using any html component. Pls help!
