TheLargeOne
09-04-2001, 03:29 PM
i've been getting really annoyed with a chatroom i'm trying to make. i'm using flash to read a text file that is updated by a cgi scrip. the cgi script is on its way but i'm having trouble with the flash.
i'm using a dynamic textbow with the action
loadVariables ("chattext.txt", 0);
and to make it refresh i'm cycling through 3 frames at 1fps so it looks at the file every 3 seconds.
its so simple as it works so sweetly on my computer i had images of selling it to my webdesigner mates for thousands.
The problem came when i put it on the server. when you use the browser and the swf file looks at the text file, the first time that page loads it comes up with the text in the text file. but if the text file changes the browser doesn't. Cacheing problem i'm sure but how do i solve it?
any ideas?
i'm using a dynamic textbow with the action
loadVariables ("chattext.txt", 0);
and to make it refresh i'm cycling through 3 frames at 1fps so it looks at the file every 3 seconds.
its so simple as it works so sweetly on my computer i had images of selling it to my webdesigner mates for thousands.
The problem came when i put it on the server. when you use the browser and the swf file looks at the text file, the first time that page loads it comes up with the text in the text file. but if the text file changes the browser doesn't. Cacheing problem i'm sure but how do i solve it?
any ideas?