Update swf

Hi,
How can i make the browser automatically get a new swf file.

For example, i have a web page that used main.swf. When I modified this file and overwrite it, the browser still used the old swf file because the file still exist in temporary internet folder. I can empty my folder, but other viewers may not be able to see the new one. :rambo:

searching is easy and rewarding

http://www.kirupa.com/developer/actionscript/tricks/cache.htm

hth

no, im not loading any movie or external file, its the main file. The file that load itself when i open index.html.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
  <table width="710" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
      <td width="710" height="910" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="710" height="910">
          <param name="movie" value="index.swf">
          <param name="quality" value="high">
          <embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="710" height="910"></embed>
      </object></td>
    </tr>
  </table>
</div>
</body>
</html>