is there any way to force IE to get .swf from server every time user refresh the page.? The problem is that, i've a swf in my page which reads image link from external xml file. every time user upload a new image, the XML updated automatically (using ASP.NET ) and swf reads its link and show in swf. I've tried 1. <meta http-equiv="Expires" content="0" /> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> 2. Response.cacheControl = "no-cache" at the top , bottom middle.......... ANY WHERE IN THE PAGE but I.E sucks.... FF working fine and display new uploaded image immediately by reading image link from updated XML . any 1 can help ?
Hi, You should implement a cache buster in the swf code to prevent loading cached XML, that should solve your problem and wok in all browsers. If you don't know how to do that, drop me a line via pm and I see if I can do it for you.
Hey Wassim, I have an swf that needs a cache buster placed into the code. Any way you can help me out with this? Thanks. ANdrew
If you have the fla of that swf, just send me a link and I'll download and check the code, I'll send you back instructions on how to implement the buster.