Hi,
How can i make my flash SWF file to reload from the start every time when a user visit the site.

Like i dont want it to be saved in cache, i want to reload it from the start every time, because i have seen that once it is saved into cache, it just starts from the cache when we visit the site. So, i dont want it, i want it to reload again and again from the server whenever user visits.


I used the following meta tag:
<meta http-equiv="pragma" content="no-cache">

But it seems to be not working as the way it should. As when i re-load the page, the preload bar shows 100% loaded.


ANy idea???



Amir