I'm a developer for a product that synchronizes several streams of audio and video with other visual data, using HTML5 video when available and Windows Media Player plugin in other cases. When upgrading to IE 11, this application stopped working.
Using the F12 developer tools, I'm looking at the DOM for the Windows Media Player plugin object, and the control structures seem to be just gone. Both player.controls and player.settings are missing completely. What's going on here?
↧