R – What do IO Error and Stream Error mean (Flash)

actionscript-3asp.net-mvcflashioerror

I'm trying to do an http post from flash on my website to a method in a controller (My site is on Asp.Net MVC) and I'm getting this error:

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://www.mysite.com/Home/DoSomething
at Main/postToMyWebsite()

Any ideas of why these errors happen and how to prevent them?

Please let me know if you require any more info

Thanks,
Matt

Best Solution

Please check this link

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

These types of error you can expect when the wrong URL is used!!!!.