Video.js interrupts IE9 and IE10 with certain unknown parameters

For several months I had been banging my head on the table, trying to find a solution to this problem. The biggest problem is that it appears only under certain circumstances. Since modern.ie was launched and released by IE10, I resumed searching for answers.

I am running a 64-bit version of Win7 and currently have the latest version of IE10 (10.0.9200.16521). When I load a site with .js video installed, it does not work in standard mode. But it works with Flash in quirks mode. Removing videos .js uploads videos differently using IE10 HTML5 features. This even happens on the videojs.com homepage. So far I have tried the following suggestions from other places ...

  • Use the full path instead of relative URLs.
  • Change to preload="none"
  • Starting IE after disabling add-ons
  • Running IE in Safe Mode
  • Running IE as a standalone user
  • Many other similar things months ago I do not remember.

I successfully launch the site on fresh installations inside virtual machines. And my 64-bit Win7 computer at home. But my car is at work, previously with IE9 and now with IE10 it does not work. I saw similar records, so I know that I'm not alone. Anyone have any new suggestions?

A super simple example that demonstrates this problem can be found in this other question: video.js videos are stuck in IE9 and IE10, double length on Mac Safari

: IE Flash. , , IE HTML5. Flash ( , , IE ). IE .

2: -, , . , , IE . , , , video.js. , , - - , .

+5
1

( , IE8, IE10), "" . .

Drop Helvetica videojs.

( ).

Helvetica , .

, Windows Type 1 &mdash, Helvetica ( , , , ). , , , IE9 IE10 .

, Helvetica Helvetica Nueue. "sans-serif" .

h1 {
    font-family: sans-serif;
}
+4

All Articles