If you facing difficulty to refresh the dynamic new data from you website (swf), here got one idea for you to solve the problem.
var Randomstr:String = '?anyvarname='+random(100);
ObjectName.loadXML(xmlPath+Randomstr);
loadvars.load(xmlPath+Randomstr);
Feel free to share if you have better idea for solving cache issue in FLASH.