Re: [Flashcoders] NoCache XML

2010-04-06 Thread Karl DeSaulniers
k.com 254.749.2525 www.mynarcik.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: Monday, April 05, 2010 8:14 PM To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi Nathan, Ar

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Karl DeSaulniers
010 8:14 PM To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi Nathan, Are you adding the no-cache to the html page or to the swfobject that loads? I noticed on your site that you have the no-cache in the swfobject. Maybe if the no-cache was associated with the html file that the swfo

RE: [Flashcoders] NoCache XML

2010-04-05 Thread Nathan Mynarcik
Karl DeSaulniers Sent: Monday, April 05, 2010 8:14 PM To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi Nathan, Are you adding the no-cache to the html page or to the swfobject that loads? I noticed on your site that you have the no-cache in the swfobject. Maybe if the no-cache was assoc

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Karl DeSaulniers
Well I hope so, I got it from a tutorial. lol Karl On Apr 5, 2010, at 5:14 PM, Henrik Andersson wrote: Karl DeSaulniers wrote: Hi there, Just thought I'd share some code I found. Seems to be a no-cache method that works. Nathan, I know you said you figured out your issue, but for anyone else

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Karl DeSaulniers
lniers Date: Mon, 5 Apr 2010 17:09:09 To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi there, Just thought I'd share some code I found. Seems to be a no-cache method that works. Nathan, I know you said you figured out your issue, but for anyone else looking for a no-cache code,

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Karl DeSaulniers
ve Web Developer nat...@mynarcik.com 254.749.2525 www.mynarcik.com -Original Message- From: Karl DeSaulniers Date: Mon, 5 Apr 2010 17:09:09 To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi there, Just thought I'd share some code I found. Seems to be a no-cache method that works

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Karl DeSaulniers
ferent. Please share your findings. Thanks, Nathan Mynarcik Interactive Web Developer nat...@mynarcik.com 254.749.2525 www.mynarcik.com -Original Message- From: Karl DeSaulniers Date: Mon, 5 Apr 2010 17:09:09 To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi there, Ju

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Dave Watts
> Is that even legal http? clearly "no-cache" contradicts "must-revalidate". Yes, it's legal. The two commands don't actually conflict. There are several different cache-control directives you can set in an HTTP response. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Nathan Mynarcik
From: Karl DeSaulniers Date: Mon, 5 Apr 2010 17:09:09 To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Hi there, Just thought I'd share some code I found. Seems to be a no-cache method that works. Nathan, I know you said you figured out your issue, but for anyone else looking for

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Henrik Andersson
Karl DeSaulniers wrote: Hi there, Just thought I'd share some code I found. Seems to be a no-cache method that works. Nathan, I know you said you figured out your issue, but for anyone else looking for a no-cache code, here you go. I believe if this php is put before the Is that even legal h

Re: [Flashcoders] NoCache XML

2010-04-05 Thread Karl DeSaulniers
narcik.com -Original Message- From: Steven Sacks [mailto:flash...@stevensacks.net] Sent: Friday, March 26, 2010 10:45 PM To: nat...@mynarcik.com Subject: Re: [Flashcoders] NoCache XML You should use Firebug in Firefox to see what's going on. Th

RE: [Flashcoders] NoCache XML

2010-03-31 Thread Nathan Mynarcik
ssage- From: Steven Sacks [mailto:flash...@stevensacks.net] Sent: Friday, March 26, 2010 10:45 PM To: nat...@mynarcik.com Subject: Re: [Flashcoders] NoCache XML You should use Firebug in Firefox to see what's going on. That or Charles. ___ F

RE: [Flashcoders] NoCache XML

2010-03-28 Thread Nathan Mynarcik
eSaulniers Sent: Saturday, March 27, 2010 4:42 PM To: Flash List Subject: Re: [Flashcoders] NoCache XML Just a thought, but maybe setting the variable that holds the XML you grab from the server to "null" right before it goes to grab the XML every time the page gets called. That way it

Re: [Flashcoders] NoCache XML

2010-03-27 Thread Karl DeSaulniers
I don't really care about. But first tests are in chrome and it is doing it in that. IE has been the worse but all work after refreshing one or two times. --Original Message-- From: Steven Sacks To: Nathan Mynarcik To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Sent

Re: [Flashcoders] NoCache XML

2010-03-26 Thread Nathan Mynarcik
n Sacks To: Nathan Mynarcik To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Sent: Mar 26, 2010 8:36 PM Safari doesn't honor nocache. Safari is a jerk. Are you using Safari? On 3/26/2010 3:35 PM, Nathan Mynarcik wrote: > That's similar to what I am doing. I know for a fa

Re: [Flashcoders] NoCache XML

2010-03-26 Thread Steven Sacks
and other xml data is not pulled. Then on a refresh it pulls them. --Original Message-- From: Steven Sacks To: Nathan Mynarcik To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Sent: Mar 26, 2010 5:27 PM It should always work. Perhaps the url of the xml has a ? already in it?

Re: [Flashcoders] NoCache XML

2010-03-26 Thread Nathan Mynarcik
n Mynarcik To: Flash Coders List Subject: Re: [Flashcoders] NoCache XML Sent: Mar 26, 2010 5:27 PM It should always work. Perhaps the url of the xml has a ? already in it? public function nocache(url:String):String { var d:Date = new Date(); var nc:String = "nocache=&q

Re: [Flashcoders] NoCache XML

2010-03-26 Thread Steven Sacks
It should always work. Perhaps the url of the xml has a ? already in it? public function nocache(url:String):String { var d:Date = new Date(); var nc:String = "nocache=" + d.getTime(); if (url.indexOf("?") > -1) return url + "&" + nc; return url + "?" + nc; } On