tags:

views:

11

answers:

4

Hi everyone,

I have updated the flash file on my page. In IE its showing the latest one. But in firefox the previous file only reflecting...

Any other plugins for java, flash should I download for firefox?

A: 

ctrl-f5?

clear your cache? (under the preferences menu somewhere)

Andrew Bullock
A: 

You can always put a param (?somevalue) at the end of the .swf file location where you're calling it into your page.

ScottE
A: 

To remove the flash file itself, clear your cache. (Tools > Clear Recent History > Cache) (Or Ctrl+D).

To clear settings the flash file may have saved to your machine (LSO files), install the BetterPrivacy plugin: https://addons.mozilla.org/en-US/firefox/addon/6623/

TRiG
A: 

And some extra parameters to the embedded code inside you html.

For ex:   myFlashFile.swf?ver=1.1

This will make the browser think is a different file and reload it from server.

You cannot ask the visitors to clear the cache. This workaround will ensure you that the visitors will always see the latest version of the swf and not a cached one.

Also if you continue to update to swf then just keep changing the param to a new value.

At the next update it can look like : myFlashFile.swf?ver=1.2

Adrian Pirvulescu