Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

*How Do I STOP the Caching of Loaded files???

Status
Not open for further replies.

nomaam

Programmer
Dec 29, 2003
39
CA
I have a movie that imports external text files into a text box. I was wondering if its possible to disable the caching of the text files that are being loaded.

i have tried useing some html scripts but i have not been able to get any to work properly.

also i have tried this:

myData = new LoadVars();
myData.load("varPage.asp?nocache="+ random(10000));
myData.onLoad = function(){
//do something here
};

but i am unable to get that to work as well.

thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top