Hi,

I have a simple Flash movie that pulls in some text from an external txt file. This text file is changed frquently to update the flash movie, which is used as a banner on a site advertising latest offers etc.

The problem is, when a user visits a site and then returns to that site, the swf keeps pulling in the old text file content. I am presuming this is because it is cached.

Does anyone know any ways around this?

I was thinking of either using some kind of META tag to control the cache or make the swf connected to a database which holds the text and is pulled from it every time the file is viewed, thus removing any cache possibilities.

Thanks for your help,
Martin