Hi,
I have a problem with a flash file I have. The content of the flash file comes from a database and it is just text. The problem I have is that if a user visits the page and then revisits the page within a reasonably short period of time, they will see the flash file wih the old content. This is down to the SWF being cached.
I have tried several workarounds to eliminate this and have had limited success.
Here is an idea I had for a solution, I just need help wih how to do it.
I want the path to the SWf to point to a PHP file which will return filename.swf?(random number) ie: filename.swf?243467
This will be different every time a user visits and as such, the swf should not be cached.
What code would I use to achieve this?
NOTE: I cant have any PHP in the URL as it is being used on third party sites that dont use PHP.