You may already have this but it works for me.

put no cache headers in the php file:

<?php include 'appconfig.php'?>
<?php
  Header('Cache-Control: no-cache');
  Header('Pragma: no-cache');


Hope that helps


On Feb 10, 10:25 pm, Nicolás Monjelat <[email protected]>
wrote:
> I'm doing an application that loads an xml file with markers,
> generated by a php script. The problem is that when the xml file
> changes, these changes are not reflected in my Flex application. I
> tried adding a random variable in the loading of the xml, but the
> result is the same. It seems that the xml is in the browser cache
> every time. Chrome does not update the xml even restarting the
> browser.
>
> Anyone have any suggestions? Thank you very much in advance!
>
> Greetings from Argentina.
>
> Ps : English powered by Google Translator ;)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to