Found the issue. It was in fact the caching bug in IE6. Both lines had to be removed for the scripts to run.
Thanks for the lead, it certainly saved the day! -- William --- In [email protected], "Abyss Knight" <[EMAIL PROTECTED]> wrote: > > No SSL here, but the data server may be serving things gzipped. I'll > check into it. Just very strange that ServiceCapture would work... > > > --- In [email protected], "Peter Farland" <pfarland@> wrote: > > > > Are you using HTTPS by any chance? Richard's suggestion is attempting to > > get around the known issue of "no-cache" headers which cause problems in > > MSIE in certain scenarios, particularly when SSL is used. I've also seen > > issues with this header and when chunked encoding is used along with > > gzip. > > > > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] On > > Behalf Of Abyss Knight > > Sent: Thursday, November 29, 2007 10:56 AM > > To: [email protected] > > Subject: [flexcoders] Re: 2032 Stream error, only in IE6. > > > > Also, running ServiceCapture, strangely fixes the issue as it is > > proxying the requests. > > > > Very, very weird runtime error. > > > > --- In [email protected], "Abyss Knight" <briggins@> wrote: > > > > > > I moved the SWF to the same server as the data source, and it is still > > > > > erroring. Also, I pass a cache buster and have the following cache > > > control headers in the PHP scripts: > > > > > > Header('Cache-Control: no-cache'); > > > Header('Pragma: no-cache'); > > > > > > Still no dice. > > > > > > Thanks for the response, I appreciate it. :) > > > > > > -- William > > > > > > --- In [email protected], "Richard Rodseth" <rrodseth@> > > wrote: > > > > > > > > Could be the cache issue. Try PHP equivalent of: > > > > > > > > response.setHeader("Cache-Control", "max-age=0, > > > must-revalidate"); > > > > > > > > On Nov 29, 2007 7:29 AM, Abyss Knight <briggins@> wrote: > > > > > > > > > I'm getting a 2032 Stream error in IE6, and only in IE6. It > > works in > > > > > IE7, FF2, and even Safari but not in IE6. I have a crossdomain > > file on > > > > > the target server, and I have done a Security.allowDomain('*') as > > > > > well. Anyone have any idea why this would be happening? Somehow > > > > > this past QA, so I need to get it fixed pretty quick. ;) I'm sure > > > > > you all know how that goes. Anyways, here's the error details: > > > > > > > > > > (mx.messaging.messages::ErrorMessage)#0 > > > > > body = (Object)#1 > > > > > clientId = "DirectHTTPChannel0" > > > > > correlationId = "86375043-9D26-EB56-F2BD-8BF26D5633AC" > > > > > destination = "" > > > > > extendedData = (null) > > > > > faultCode = "Server.Error.Request" > > > > > faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false > > > > > cancelable=false eventPhase=2 text="Error #2032: Stream Error. > > URL: > > > > > http://myurl.com/myfile.php?var=3333"]. URL: > > > http://myurl.com/myfile.php" > > > > > faultString = "HTTP request error" > > > > > headers = (Object)#2 > > > > > messageId = "5956F03D-F7C2-81A0-4E32-8BF26E70038B" > > > > > rootCause = (flash.events::IOErrorEvent)#3 bubbles = false > > > > > cancelable = false currentTarget = (flash.net::URLLoader)#4 > > > > > bytesLoaded = 0 bytesTotal = 0 data = (null) dataFormat = "text" > > > > > eventPhase = 2 > > > > > target = (flash.net::URLLoader)#4 > > > > > text = "Error #2032: Stream Error. URL: > > > > > http://myurl.com/myfile.php?var=3333" > > > > > type = "ioError" > > > > > timestamp = 0 > > > > > timeToLive = 0 > > > > > [object HTTPService] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > >

