Skip to main content
Participant
June 18, 2015
Question

Video does not play over webserver in IE10.

  • June 18, 2015
  • 2 replies
  • 308 views

I get this error code in the console.

src = http://mintra.as/cathrine/test/cathrine_test/video_issue/vr/Vi1.mp4 error code = 4 n/w state = 3

[object Event]

2015-06-18_1557 - cathalv's library

The video plays perfectly in IE11 but here Document mode is set to 10.

It also plays if I open it locally in IE10.

The project is published as SWF/HTML

I tested both with Flash player enabled and disabled.

This topic has been closed for replies.

2 replies

TLCMediaDesign
Inspiring
June 18, 2015

That's a very minimalistic HTML markup you have in that page. There is no doctype and <embed> is an html5 tag. The error n/w state = 3 is referring to a bad source. As Rod noted, it could also be a mime-type, but probably not since it runs in IE 11.

Also, I don't think the attribute " fullscreen=yes " is allowed in the embed tag.

I would look into using the video tag.

cathalvAuthor
Participant
June 19, 2015

I see that I forgot to provide som info. This is regarding Adobe Captivate, and I had forgotten to provide this info. I will start a new thread mentioning publishing from Captivate, since I'm not able to edit the heading of this one.


Thanks for trying to help!

RodWard
Community Expert
Community Expert
June 18, 2015

Maybe your web server is not set up to allow MP4 mimetype.