Video won´t play on html5 browsers unless I resize browser window

  • Hi everyone,

    I´m upgrading a tour I shot a few months ago with a simple video to link different panos. It works fine on desktops using flash, but on iDevices and using html5 in my browser the video won´t play, in fact I discovered that if I resized my Safari browser window while using iPad as developer agent the video is playing as expected (but not displayed). I´m running out of ideas and I´d appreciate any input. The tour was originally programmed using 1.0.8.14 and I´ve upgraded it to 1.0.8.15 both yhe player and the video plugin.

    Thanks in advance.

    Here the link to the pano: http://www.recorridosvirtuales.com/pendulo_condesa/condesa.html

    Here how I´m programming the video plugin and the hotspot that calls it:
    <hotspot name="iraabajo"
    url="botones/arrow_front.png"
    ath="10"
    atv="20"
    scale="1"
    zoom="true"
    blendmode="normal"
    onclick="lookto(5,0,40,smooth());set(autorotate.enabled,false);set(plugin[video1].visible,true);plugin[video1].play();wait(6);
    loadscene(baja, null, MERGE, BLEND(1));lookat(135,0,90);"
    />
    <plugin name="video1"
    url="videoplayer.swf"
    alturl="videoplayer.js"
    videourl="bajada"
    altvideourl="bajada.mp4"
    posterurl="btn_bajada.jpg"
    pausedonstart="true"
    visible="false"
    loop="false"
    scale="1.0"
    align="center"
    x="0" y="0"
    volume="1.0"
    enabled="true"
    />

    Thanks in advance!

Participate now!

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