I put an FLV movie in the homepage header of a wordpress site and it works fine except that on quick repeat visit to the homepage the movie does not show in IE.
When I turn of check for new versions of pages "automatically" and put the cache on "check everytime" it works fine. So I know what the problem is but no solution. I tried setting the meta tag for no-cache but that dit not work.
Does anyone know a solution or workaround?


The normal cache busting technique is to add a random number to the filename.
'file': 'video.flv?' + (Math.round(1000 * Math.random())),