Viewing 1 replies (of 1 total)
  • Hi, this is a Javascript error. The player is loaded inside an iframe (which is a completely new document object inside your document -page-). There, it loads some .js or .css files from remote servers, among them this one:

    https://stratus.sc/js/player.js

    This means, that for whatever purpose, maybe debugging, the guys from stratus inserted some console.info() or console.log() lines with the intention of giving the user of the stratus player some debug info. IE is such a great browser that it breaks the execution of JS code when it finds a call to the console object and the IE console itself is not open.

    So it is partially Stratus developers fault (no debug info is needed in a plugin meant to be used publicly), and IE developers fault (because debugging info should not halt the normal execution of code). Not your fault… but no solution for it… sorry!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Stratus] Player doesn't load in IE’ is closed to new replies.