Re: [flexcoders] how to avoid cacheing XML

2009-04-17 Thread David Pariente
to avoid cacheing XML Date: Thu, 16 Apr 2009 22:16:14 +0700 Hi all, I have a Flex3 app where i load an XML using URLRequest object. When i makechanges to the XML and upload it to the server, Flex still loads the old cached XML file. I saw there are options for specify not to cache content

Re: [flexcoders] how to avoid cacheing XML

2009-04-17 Thread Maciek Sakrejda
Flex is at the mercy of the browser when it comes to things like HTTP request caching. -Original Message- From: David Pariente xxmapach...@yahoo.es Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] how to avoid cacheing XML Date: Fri, 17 Apr

RE: [flexcoders] how to avoid cacheing XML

2009-04-17 Thread Tracy Spratt
services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Maciek Sakrejda Sent: Friday, April 17, 2009 12:00 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] how to avoid cacheing XML Flex is at the mercy of the browser when

RE: [flexcoders] how to avoid cacheing XML

2009-04-17 Thread Maciek Sakrejda
parameter, but whatever floats your boat. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Tracy Spratt tspr...@lariatinc.com Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] how to avoid cacheing XML Date: Fri, 17 Apr

[flexcoders] how to avoid cacheing XML

2009-04-16 Thread David Pariente
Hi all, I have a Flex3 app where i load an XML using URLRequest object. When i makechanges to the XML and upload it to the server, Flex still loads the old cached XML file. I saw there are options for specify not to cache content, but, seems they are only available to Air apps. How could i

Re: [flexcoders] how to avoid cacheing XML

2009-04-16 Thread Maciek Sakrejda
-Original Message- From: David Pariente xxmapach...@yahoo.es Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] how to avoid cacheing XML Date: Thu, 16 Apr 2009 22:16:14 +0700 Hi all, I have a Flex3 app where i load an XML using URLRequest object