Displaying-a-loaded-txt-file-in-flash woes

I have a txt file displayed in flash with no problems, the problem comes when I generate a new txt file dynamically through ASP. Flash still loads the old values, and the txt file IS updated… does flash cache on it’s own? Cause even removing cached content through the browser doesn’t work… :-/

I used the news ticker (from one of our tutorials), to display the values, and an ASP page to generate (overwrite) the values in the txt file, as mentioned above.

does anyone know how to make flash not cache the values?