A note on this that I don't think was mentioned in the other posts is
if you have the newer "AC_FL_RunContent" function in your base HTML,
instead of having something like this:
"main.swf?12345"
You will have this (note the lack of any file extension):
"src","main?12345"
So if your goal is to rol
On Monday 26 Mar 2007, Paul J DeCoursey wrote:
> Several ways.
> 1) Fail gracefully
Well, yes, I'd expect everyones apps already does.
But you don't want all your users kicked out with 'remote server error' -
that's no better than the alternative.
> ... This is not a difficult problem, there a
Tom Chiverton wrote:
> On Monday 26 Mar 2007, Paul DeCoursey wrote:
>
>> environments should be able to run without problems if there are
>> browsers caching things.
>>
>
> *boggle*
> How would that work ?
> If a service changes it's interface, how is the old client meant to consume
> the
On Monday 26 Mar 2007, Paul DeCoursey wrote:
> environments should be able to run without problems if there are
> browsers caching things.
*boggle*
How would that work ?
If a service changes it's interface, how is the old client meant to consume
the new format ?
--
Tom Chiverton
Helping to cent
went away after I reset IE to check every time far a new file
Ah yes, that's right. I used to do that, but it doesn't gaurantee that my
users have the same settings. Hence, my dilemma!
Thanks,
-Scott
On 26 Mar 2007 07:15:48 -0700, Paul DeCoursey <[EMAIL PROTECTED]> wrote:
I used to hav
On Monday 26 Mar 2007, slangeberg wrote:
> You don't experience this with IE?
Nope.
AFAIK we've got all the default settings in Apache set.
--
Tom Chiverton
Helping to challengingly architect low-risk action-items
on: http://thefalken.livejournal.com
You don't experience this with IE? This has followed me no matter where I've
worked, what server I'm dealing with! What am I doing wrong here (other than
using IE)?
-Scott
On 26 Mar 2007 01:59:50 -0700, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
On Friday 23 Mar 2007, slangeberg wrote:
> Hmm, i'
On Friday 23 Mar 2007, slangeberg wrote:
> Hmm, i've had this experience on both Apache & IIS. I'm not talking about a
> server cahce, I believe this is browser related. Upload SWF to server, and
> do not see change in browser till cache is cleared. No one else experiences
> this?
We don't, no.
Ma
Hmm, i've had this experience on both Apache & IIS. I'm not talking about a
server cahce, I believe this is browser related. Upload SWF to server, and
do not see change in browser till cache is cleared. No one else experiences
this?
My current understanding is that since nothing about the page it
On Friday 23 Mar 2007, slangeberg wrote:
> Now, my question is, what do people do to prevent caching of swf files
> themselves?
We use a web server / accelerator that isn't broken :-)
Seriously - if you change a file on disk, and your web server serves up the
now non-existant file, you have big p
That'll work with any cache-busting you need to do. I use it in testing, to
un-cache the swf file itself, when viewed on server. Ie: send rand var in
url and if it's present, pass it in to swf call (swfobject + php, here):
var so = new SWFObject( "ProductBuilder.swf?rand=",
"product_builder", "10
11 matches
Mail list logo