Share Posted July 22, 2014 I'm getting a frequent yet random interruption of loading mp3 files, with a LoaderEvent.ERROR followed by a LoaderEvent.FAIL, both with error #2032. I can find nothing wrong on the server, there are no relevant Windows events being logged on the web servers. Server platform is Windows 2008 Server, IIS, and Coldfusion. What would cause a load failure in the middle of the load, when everything seems fine on the servers and with the network? This impacting dozens of clients intermittently. This is the Flash event info seen in trace info as a result of the loader failure: event=[Event type="error" bubbles=false cancelable=false eventPhase=2] event.target=MP3Loader 'loader2' (http://somedomain.com/play/get.cfm/playlistTrack_iid.5551) text=MP3Loader 'loader2' ( Error #2032 How can I determine where the failure is occuring? 1 Link to comment Share on other sites More sharing options...
Share Posted July 22, 2014 Very tough to say what's happening. You can look at the LoaderEvent's "data" property - it will put the original Event that it received from Flash there. Beyond that, you'll need to check with Adobe about what's going one (LoaderMax just wraps around Adobe's core loading classes). I wish I had a great answer for you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now