Moving to Flash development was supposed to mean IE was no longer the bane of my existence...
On Thu, May 8, 2008 at 12:25 AM, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > not necessarily. this 2032 error is thrown when the browser tells the > player something mucked up in the response before the browser passed the > response to the player. Whatever the mucked up issue is, the browser does > not tell the player what is at issue and it gets the 2032 label. I've seen > this occur regularly for a web service call in IE, but not FF and Service > Capture indicated nothing wrong with the response, go figure. > > search the archives, its not a uncommon subject. > > DK > > On Wed, May 7, 2008 at 9:40 AM, Josh McDonald <[EMAIL PROTECTED]> wrote: > > > The stream error is what you get when the server returns a 500 fault. > > Try using a proxy like Charles to see what the actual data returned from the > > server was, there's usually better information in the response, but the > > browser doesn't let Flash see it. > > > > -J > > > > > > On Wed, May 7, 2008 at 9:45 PM, Deniz Davutoglu < > > [EMAIL PROTECTED]> wrote: > > > > > I have a couple http services which pool data from mysql and apcahe, > > > just one of them is trowing > > > > > > [RPC Fault faultString="HTTP request error" > > > faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent > > > type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error > > > #2032: Stream Error. URL: php/siteler.php"]. URL: php/siteler.php"] > > > at > > > mx.rpc::AbstractInvoker/ > > > http://www.adobe.com/2006/flex/mx/internal::faultHandler > > > ()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:216] > > > at > > > > > > mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49] > > > at > > > > > > mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103] > > > at > > > > > > DirectHTTPMessageResponder/errorHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:343] > > > at flash.events::EventDispatcher/dispatchEventFunction() > > > at flash.events::EventDispatcher/dispatchEvent() > > > at flash.net::URLLoader/redirectEvent() > > > > > > I know that this page exist and return data becouse when I enter url > > > in browser it returns me data. > > > Do you have any idea what about is this problem. > > > > > > > > > > > > -- > > "Therefore, send not to know For whom the bell tolls. It tolls for > > thee." > > > > :: Josh 'G-Funk' McDonald > > :: 0437 221 380 :: [EMAIL PROTECTED] > > > > > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

