• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL:

New Here ,
Mar 13, 2009 Mar 13, 2009

Copy link to clipboard

Copied

Hello Community,

I have an swf that sends info to a PHP file which in turn gets a SWF to FLV converter running. If I try this with a small 1kb swf file it works great and returns the results with in 5 seconds. However now that I step it up to convert the files in which it was intended, files ranging around 2 mbs, I get this error..

Error opening URL ' http://192.168.70.106/convert.php'
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://192.168.70.106/convert.php
at conRe_fla::MainTimeline/saveFunc()
at conRe_fla::MainTimeline/conRe_fla::frame1()

I have looked into this error for sometime and found it means many different things. But mostly that I have the wrong URL... which is wrong cause my experiment works just fine... with a smaller SWF. Yes the bigger SWF is named correctly.

If I type..

http://192.168.70.106/convert.php?file=Snowmen.swf

directly into the address bar of my firefox browser then after a brief wait of about 1 min it returns the variable and completes the conversion as well. So its only when the SWF tries do I get any sort of problem at all.

Any ideas on how to work around this problem?

I have continued my search and added an addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); listener... my newest error is...

Error opening URL ' http://192.168.70.106/convert.php'
error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://192.168.70.106/convert.php"
TOPICS
ActionScript

Views

2.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 02, 2009 Apr 02, 2009

Copy link to clipboard

Copied

LATEST
so, you are posting or receiving large amount of data and that is your problem. Internet Expolorer is having a low limit on http headers and there your error pops up. That's why smaller files passing. Have you tryed firefox or safari? On them you may pass but in IE, no chance.

If you find an answer how to post a large amount of data into and from flash, please post it, i'm interested too.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines