Videos not loading on HTML5 Desktop

  • I have updated this tour with the latest version.
    http://dnm.360-foto.dk/

    Everything works fine on Desktop HTML5 Chrome and Firefox and Safari except for the videoplayer.

    First thing was not working in old player either when tested in Desktop Safari /ipad but I ignored it.

    On first pano you have a video playing at start, this works fine but you can also click the "KLIK FOR STOR VIDEO" option and see it in fullscreen.
    Works perfect in Flash and on iPad but on Desktop HTML5 video does not play. The poster jpg loads instead but clicking on it does not work.

    <hotspot name="zoomvideo" zorder="90" url="images/video.png" distorted="true" devices="desktop" scale="0.3" parent="video1" zoom="false" ath="91" atv="3.8" onclick="hotspot[video1].stop();videobig();set(autorotate.enabled,false);tween(plugin[videobg].height,100%,3);set(plugin[video2].visible,true);tween(plugin[video2].alpha,1,6);set(plugin[xvideo].visible,true);" />

    <action name="videobig" devices="desktop" >
    plugin[video2].playvideo(video/ani960.m4v);play(video2);
    </action>

    <action name="videobig" devices="ipad" >
    plugin[video2].playvideo(video/ani680.m4v);play(video2);
    </action>

    <plugin name="video2" devices="desktop|ipad" zorder="98" onloaded="set(effect,glow(0x666666,15.0,5,10000));"

    url="plugins/videoplayer.swf" visible="false" alpha="0"
    alturl="plugins/videoplayer.js"
    videourl="video/animation400.m4v"
    altvideourl="video/ani400.m4v"
    posterurl="video/ani680.jpg"
    align="center"
    width="80%" height="prop"



    pausedonstart="false"
    loop="true"
    volume="1.0"
    buffertime="0.1"
    updateeveryframe="true"
    onvideoready=""
    onvideopaused=""
    onvideocomplete=""
    onhover="showtext(Klik for Pause, buttonstyle);"
    onclick="togglepause();"
    />

    The problem is the same on Pano Nr 6.


    Next problem is very weird.
    On pano 7-8 the video plays fine at start and when you click the Pause button it also stops but the Play button does not appear.
    It looks like it is there as you can start again clicking the empty area.

    On iPad it all works as it should and also in Flash using exactly the same buttons. I am completely blank on what is going on here.

    <hotspot name="playvideo" alpha="1" zorder="93" url="video/play.png" distorted="true" devices="desktop" visible="false" scale="0.33" ath="149.3" atv="15.37" rx="12.25" ry="2" rz="0.72" onclick="hotspot[video1].play();set(autorotate.enabled,false);set(hotspot[playvideo].visible,false);set(hotspot[pausevideo].visible,true);" />

    <hotspot name="pausevideo" alpha="1" zorder="92" url="video/pause.png" distorted="true" devices="desktop" visible="true" scale="0.33" ath="149.3" atv="15.37" rx="12.25" ry="2" rz="0.72" onclick="hotspot[video1].pause();set(hotspot[playvideo].visible,true);set(hotspot[pausevideo].visible,false);" />

    Hans

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!