Caching of XML?

Hello everybody,

I am making a game where the result is passed to Flash from PHP, using XML files. The problem is, that the browser caches the XML, so the result is always the same. Does anybody know how to avoid this? I can’t use querystring cos the flash object can’t reload! (so I can’t use the “actual time” method) :frowning:

Thanks for any ideas, help, etc!

Poco