text=Error #2036: Load Never Completed.

While I was preparing my web site, I didn’t get this error from Flash’s debugger. However, when I uploaded content to my server I got this error from IE. In Firefox there is no such error. But I can’t see the the image that should be loaded.

Today I’ve fixed it with a “WEIRD” way. I use xml for my mp3Player and when you select a song from playlist, player acquires image path, file name and info text about composition. So , firstly

I checked my xml file for the slip in spellings. The first mistake of mine is capital letter issue,
– For Example path of the file is
<song id=”1″ songname=”something” image=”images/audio.jpg” info=”bla blal blalal”></song>

list goes like this.  In action script class I typed it “Image“. Somehow flash ignored this and loaded related jpg file correctly. So I updated all “image” words to “Image“. But it wasn’t fixed.

After lots of experiments, I changed the name of image file from”audio” to “something_else” and WEIRDLY it worked 🙂

Really I have no idea about that. May be it is a bug. Because “audio” is so general word.

So if you encountered such an error, try to change your file names something like password 🙂

– dont forget to delete browser’s cache, history…

-carefully check your xml paths.

One thought on “text=Error #2036: Load Never Completed.”

Leave a Reply

Your email address will not be published. Required fields are marked *