Error #2032: Stream Error

前端 未结 3 1746
陌清茗
陌清茗 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: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).

提交回复
热议问题