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.
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.