XML and dynamic PHP

Hey everyone,

I just started to use some more Flash for some interactive and dynamic solutions. Now I was using this tutorial for using xml into Flash. I got this working and all and start making a PHP script what would write database materials into XML.

The strange part is, when loading this script via this tutorial I only seem to get it loaded once. When I update my PHP script (results.php) and try to look within Flash hitting CTRL+Enter if it’s working, it just reads the first version I loaded earlier. It feels like my first version is stuck in a cache. Because when I rename my script to results2.php, results3.php and so on I seem to get fresh results. But I don’t want to make a new file for every update I make within my script.

Anyone knows how to solve this? I feel it should be pretty simple, but I cant seem to figure it out.

Thanks in advance!