对于flash的swf文件读取php生成的xml的图片轮播效果,ie总是缓存,真是麻烦。 解决办法: 在生成xml的php文件首部加入: header('Cache-Control: cache, must-revalidate'); header('Pragma: public');