Error #2032: Stream Error

前端 未结 3 1747
陌清茗
陌清茗 2020-12-11 01:27

I am using an .swf file which takes data from an XML file to run. I have added this swf file into my dot net web application in an iframe.

相关标签:
3条回答
  • 2020-12-11 02:01

    From a quick google search it seems that the problem is a file or url couldn't be found be the HTTPservice.

    Here are the links where I found this information:

    http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/

    http://curtismorley.com/2008/02/08/actionscript-error-2032/

    0 讨论(0)
  • 2020-12-11 02:03

    Just to clarify my comment (it's illegible in a single line)

    I think the best answer is the comment by Mike Chambers in this link (http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/) by Hunter McMillen.

    A note from Mike Chambers:

    If you run into this using URLLoader, listen for the:

    flash.events.HTTPStatusEvent.HTTP_STATUS
    

    and in AIR :

    flash.events.HTTPStatusEvent.HTTP_RESPONSE_STATUS
    

    It should give you some more information (such as the status code being returned from the server).

    0 讨论(0)
  • 2020-12-11 02:11

    This error also occurs if you did not upload the various rsl/swc/flash-library that your swf file might expect. You may upload this RSL or missing swc or tweak your compiler options cf. http://help.adobe.com/en_US/flashbuilder/using/WSe4e4b720da9dedb5-1a92eab212e75b9d8b2-7ffe.html#WSe4e4b720da9dedb5-1a92eab212e75b9d8b2-7ff5

    0 讨论(0)
提交回复
热议问题