Hi,
I have a pretty urgent problem. I have developed a simple admin area for a Flash banner for my boss. basically, a form uses PHP to open a text file, display the contents in the text fields and write the contents of the form field to the text field on submit.
The problem is this: The flash banner is going to be sent to a large number of our site affilliates. They will link to to the banner on our server which also has the text files enabling it to be updated dynamiclly via my little form app. However, when a user visits a page with the banner, leaves and then revisits it the flash isnt displaying the latest text file. Instead, it keeps showing whatever was in the file at the time of the first viewing. Obviously this is a cache problem. However, I have no control over the external sites META tags so I cant use a <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">.
The possible workaround I thought of was using a PHP file. In the flash file the text file is obtained through getURL, maybe if I had some PHP file in this getURL instead and in that PHP file there was some variable that called the txt file. Thus it would be dynamic and would not go into the browser cache.
I am stuck with this and its really critical as my boss really wants it done (the pressure is on!) Alternatively, does anyone know of a different solution?
Thanks in advance,
Martin