Skip to main content
Known Participant
November 9, 2009
Question

Error #2044: Unhandled IOErrorEvent - playing videos on the web

  • November 9, 2009
  • 1 reply
  • 918 views

I created a video player to play on a website with a combo box, tile list, and a media player.  Everything plays outside of the web fine when I preview the .swf files, but when I put it online, the videos won't play.  I get this error:

Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.

any ideas...why the videos won't play online?

This topic has been closed for replies.

1 reply

November 10, 2009

the IOErrorEvent fires when the url is unable to open,

can you post the url to your player and the url of the videos?

Known Participant
November 10, 2009

This is where the files are: C:\InetPub\MyProject\flash

I tried it 2 different ways, I put everything in the flash folder but that didn't work and had no paths before the video, so the videos were just myvideo.f4v. I also had images in that folder such as myimg.jpg, and the .swf found those, but the videos won't show up even though they are in the same place with the same path?? But....I have loaded this project to another website and it everything play fine.

I'm so confused....