360 video "flat" in Internet Explorer 11

  • Got a fun one on my hands.
    We have a tour with multiple 360 video scenes. Everything works as expected in every other browser on every other platform EXCEPT for IE11.
    In IE11 all of the 360 videos play but are "flat".


    I've tried turning off and on and again the GPU rendering to see if that had an effect to no avail.


    The specific version of IE is 11.0.9600.18538

    Here is a direct link to the scene in the tour https://www.xplorit.com/las-vegas/palazzo-360


    Our XML files are generated by PHP.
    The relevant XML code is:

    <plugin name="videohub"
    url.flash="%SWFPATH%/plugins/videoplayer.swf"
    url.html5="%SWFPATH%/plugins/videoplayer.js"
    visible="true" enabled="true"
    keep="false"
    panovideo="true"
    refreshrate="auto"
    buffertime="1.0"
    html5preload="auto"
    iscomplete="false"
    isvideoready="true"
    loop="true"
    pausedonstart="false"
    volume="0.8"
    autoresume="true"
    onloaded="trace('videohub loaded.!!.!!'); govideohub(<?php echo $this_scene_media->media_mediaRef; ?>);"
    />

    <action name="govideohub">
    plugin[videohub].playvideo(<?php echo XP_MEDIA; ?>360video/%1.mp4);
    </action>

    <image type="SPHERE" hfov="360" vfov="180">
    <sphere url="plugin:videohub"/>
    </image>

    Any insight would be appreciated.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!