Grisha
08-05-2005, 06:47 PM
Hello all,
I am aware that this question has been discussed everywhere but I need a final answer.
I have a flash movie that loads its contents from a txt file (yes txt file not xml).
I would like to be able to load the updated file everytime I hit refresh.
I tried adding a random number as a part of the file, I tried adding the pragma and the expires lines into the html file.
It (Edit:does not) works with Firefox and it refreshes everytime I close and reopen IE which is pretty good.
I also tried to read the file through PHP (which is a server page) while doing this I was very sure that it would update on refresh in IE but it does not.
I've used readfile() as the PHP reading function and maybe I should use something else or I am doing the procedure somehow wrong, I even added an expiery onto the PHP page the text fiel is read through.(still nothing)
So the question remains: Is it possible to make IE update on refresh?
Thank you,
I am aware that this question has been discussed everywhere but I need a final answer.
I have a flash movie that loads its contents from a txt file (yes txt file not xml).
I would like to be able to load the updated file everytime I hit refresh.
I tried adding a random number as a part of the file, I tried adding the pragma and the expires lines into the html file.
It (Edit:does not) works with Firefox and it refreshes everytime I close and reopen IE which is pretty good.
I also tried to read the file through PHP (which is a server page) while doing this I was very sure that it would update on refresh in IE but it does not.
I've used readfile() as the PHP reading function and maybe I should use something else or I am doing the procedure somehow wrong, I even added an expiery onto the PHP page the text fiel is read through.(still nothing)
So the question remains: Is it possible to make IE update on refresh?
Thank you,