Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread Joseph Balderson
arious Q's related to this in the > archive, but > > could hardly understand any. > > > > confused!!! > > > > ----- Original Message > > From: Joseph Balderson <[EMAIL PROTECTED] <mailto:news%40joeflash.ca>>

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread Josh McDonald
archive, but > > could hardly understand any. > > > > confused!!! > > > > ----- Original Message ---- > > From: Joseph Balderson <[EMAIL PROTECTED] > > > To: flexcoders@yahoogroups.com > > Sent: Thursday, 29 May, 2008 4:56:53 PM > > Subject: R

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread Joseph Balderson
rs@yahoogroups.com > Sent: Thursday, 29 May, 2008 4:56:53 PM > Subject: Re: [flexcoders] the old caching problem... many answers no > solution!!! > > All that html metadata does is assure that the HTML code will be > refreshed each and every time the viewer sees the page. But

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread Paul Andrews
To: flexcoders@yahoogroups.com Sent: Thursday, May 29, 2008 2:10 PM Subject: Re: [flexcoders] the old caching problem... many answers no solution!!! Hi Joseph vo...!!! amazed by how wide can a programmer can see. No sir, i dont work for military or something. My only requirement

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread amandeepsingh bajwa
n the archive, but could hardly understand any. confused!!! - Original Message From: Joseph Balderson <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, 29 May, 2008 4:56:53 PM Subject: Re: [flexcoders] the old caching problem... many answers no solution!!! Al

Re: [flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread Joseph Balderson
All that html metadata does is assure that the HTML code will be refreshed each and every time the viewer sees the page. But to my knowledge this does not affect whether a media asset such as a flash document (SWF) is refreshed on each pageview. It is impossible to prevent a SWF from apprearing

[flexcoders] the old caching problem... many answers no solution!!!

2008-05-29 Thread mailamannow
Hi Following is the Code available at http://livedocs.adobe.com/flex/3/html/help.html?content=performance_05.html (1)Where exactly to use it so as to prevent client side caching? Cache-control: no-cache, no-store, must-revalidate, max-age=-1 Pragma: no-cache, no-store Expires: -1 (2)is there a