7of9
April 23rd, 2003, 11:36 AM
Is it possible to unCache a loaded image (ie. jpg, gif etc.) from the loadMovie function? Something similar to the following:
var sUrl
var sDate= new Date();
//Add cache remover...
sUrl= "http://MyServer/scripts/MyFile.asp?x=" + escape(sDate);
loadVariablesNum (sUrl, "0", "POST");
In other words is it possible to do something like this?
MyMc.LoadMovie("MyImage.jpg?x=" + escape(sDate));
var sUrl
var sDate= new Date();
//Add cache remover...
sUrl= "http://MyServer/scripts/MyFile.asp?x=" + escape(sDate);
loadVariablesNum (sUrl, "0", "POST");
In other words is it possible to do something like this?
MyMc.LoadMovie("MyImage.jpg?x=" + escape(sDate));