I'm hoping someone can help me with a method to prevent
loaded text or html files from being cached. In AS2 I used
something like this:
_PageLoad.load("MyTextFile.html?r="+new Date().getTime());
I can't figure out how to get that to work with URLRequest.
The sample code is a class which creates a text field and loads an
html or text file from the first parameter. Thanks
Thanks. I was getting an error when I tried that and realized
it was only a problem when I tested locally. I probably can live
with that, but would there be a way to stop the error when I test
from Flash?