Skip to main content
Jiayi_Zeng
Participant
May 9, 2016
Question

URLLoader receives IOError

  • May 9, 2016
  • 1 reply
  • 272 views

we use actionScript 3 to build a Flash video ad player. When we use URLLoader.as load(), we sometimes receive IOError.

Questions:

1. under what circumstances will an IOError happen?

2. When the player receives IOErrors, 80% of time the server didn't receive the request. It makes sense. However, there is another 20% of time, server did actually receive the requests. Why would URLLoader receive an IOError when the server actually receives and logs the request?

3. is there a deterministic way to tell if the request fails to hit the server?

Many thanks.

This topic has been closed for replies.

1 reply

Community Manager
May 10, 2016

Hi,

Could you please look bug#4140595 , Home  and check if it is the same issue.