Audio Plug in Error message

  • Hi,

    I made a VR tour with version 1.19 PR2 and it's working fine, running on Firefox Beta, with audio on each scene and hotspots for link between scenes. Tested on Galaxy S2 (Android 4.2.2 Jelly Bean), S3 and Tab S (Android 4.4.2 Kitkat). Working good with Google Cardboard device, no problems!

    Today tested the same tour on S5 (Android 5.0 Lollipop), also with Firefox Beta and had a Audio plug in error message and no sound is play on each scene.

    : krpano 1.19-pr2 (build 2015-05-08)
    INFO: Android (rv:39.0) - Firefox 39.0 - WebGL
    INFO: Registered to: Southmedia
    ERROR: soundinterface - loading of audio/intro.mp3 failed!
    ERROR: soundinterface - loading of audio/Camp.mp3 failed!

    Any idea on what the problem is? Help, please.

    Audio plug in is:
    krpano 1.19-pr2 Sound Interface Plugin (build 2015-05-08)
    https://krpano.com/plugins/soundinterface/

    Thank you!


    Attached and bellow is tour.xml

    <krpano version="1.19" title="SM VR">

    <include url="skin/vtourskin.xml" />

    <plugin name="soundinterface"
    url="plugins/soundinterface.swf"
    alturl="plugins/soundinterface.js"
    preload="true"
    rootpath="audio/"
    volume="1.0"
    mute="false"
    />

    <!-- </krpano> -->
    <!-- customize skin settings: maps, gyro, thumbnails, tooltips, layout, design, ... -->
    <skin_settings maps="false"
    maps_type="bing"
    maps_bing_api_key=""
    maps_zoombuttons="false"
    gyro="true"
    title="true"
    thumbs="true"
    thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
    thumbs_opened="false"
    thumbs_text="false"
    thumbs_dragging="true"
    thumbs_onhoverscrolling="false"
    thumbs_scrollbuttons="false"
    thumbs_scrollindicator="false"
    thumbs_loop="false"
    tooltips_thumbs="false"
    tooltips_hotspots="false"
    tooltips_mapspots="false"
    loadscene_flags="MERGE"
    loadscene_blend="BLEND(0.5)"
    loadingtext="loading..."
    layout_width="100%"
    layout_maxwidth.normal="900"
    layout_maxwidth.mobile=""
    controlbar_width.normal="-44"
    controlbar_width.mobile="100%"
    controlbar_height.normal="38"
    controlbar_height.mobile="34"
    controlbar_offset.normal="22"
    controlbar_offset.mobile="0"
    controlbar_offset_closed="-40"
    controlbar_overlap.normal="7"
    controlbar_overlap.mobile="2"
    design_skin_images="vtourskin.png"
    design_bgcolor="0x000000"
    design_bgalpha="0.5"
    design_bgborder="0 0xFFFFFF 1.0"
    design_bgroundedge.normal="9"
    design_bgroundedge.mobile="1"
    design_bgshadow="0 0 9 0xFFFFFF 0.5"
    design_thumbborder_bgborder="4 0xFFFFFF 1.0"
    design_thumbborder_padding="2"
    design_thumbborder_bgroundedge="5"
    design_text_css="color:#FFFFFF; font-family:Arial; font-weight:bold;"
    design_text_shadow="1"
    />

    <!-- For an alternative skin design either change the <skin_settings> values
    from above or optionally include one of the predefined designs from below.
    Either by removing the 'xml-if-check' from the particular <include> element
    or by adding e.g. initvar:{design:'flat_light'} to the embedpano() call in the html file: -->
    <include url="skin/vtourskin_design_glass.xml" if="design === 'glass'" />
    <include url="skin/vtourskin_design_flat.xml" if="design === 'flat'" />
    <include url="skin/vtourskin_design_flat_light.xml" if="design === 'flat_light'" />
    <include url="skin/vtourskin_design_ultra_light.xml" if="design === 'ultra_light'" />
    <include url="skin/vtourskin_design_117.xml" if="design === '117'" />

    <!-- startup action - here the first pano/scene will be loaded -->
    <action name="startup" autorun="onstart">
    if(startscene === null, copy(startscene,scene[0].name));
    loadscene(get(startscene), null, MERGE);
    </action>

    <!-- SCENE INTRO -->
    <scene name="scene_intro" title="SM" onstart="" thumburl="panos/smlogo/thumb.jpg" lat="" lng="" heading="">

    <events name="scene0events" onxmlcomplete="playsound(scene0sound, Intro.mp3, 0);" onremovepano="stopsound(scene0sound);" />
    <view hlookat="91.656" vlookat="8.271" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

    <preview url="panos/smlogo/preview.jpg" />
    <image>
    <cube url="panos/smlogo/pano_%s.jpg" />
    <mobile>
    <cube url="panos/smlogo/mobile_%s.jpg" />
    </mobile>
    </image>

    <!-- place your scene hotspots here -->
    <hotspot name="spot1" style="skin_intro" ath="0" atv="-5.334" linkedscene="scene_01" />

    </scene>

    <!-- SCENE 01 -->
    <scene name="scene_01" title="Tent" onstart="" thumburl="panos/Tent.tiles/thumb.jpg" lat="" lng="" heading="">
    <events name="scene1events" onxmlcomplete="playsound(scene1sound, Camp.mp3, 0);" onremovepano="stopsound(scene1sound);" />

    <view hlookat="-3.331" vlookat="29.180" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />

    <preview url="panos/Tent.tiles/preview.jpg" />
    <image>
    <cube url="panos/Tent.tiles/pano_%s.jpg" />
    <mobile>
    <cube url="panos/Tent.tiles/mobile_%s.jpg" />
    </mobile>
    </image>

    <!-- place your scene hotspots here -->
    <hotspot name="spot1" style="skin_hotspotstyleGreen" ath="-126.663" atv="11.175" linkedscene="scene_intro" />

    </scene>

    </krpano>

Participate now!

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