HomefieldOfView | SPi-V dev

Navigation

user

Problems with ADR Panos

First, I am sorry for my bad english, but I hope someone can help me. When I create an ADR Pano, and I want to see it with Spi-V viewer,there is always an red square in the middle of the picture. I have downloaded the following adr.xml from Internet and may be there is something wrong with it.

<?xml version="1.0" encoding="UTF-8"?>
<tour>
  <global>
<meta>
<license type="file" licensee="Reiner Trebovsek" key="1a4aa0155c38f1b448eb891171d5d09143"/></meta>

   <uigroup id="splashgroup">
            <uielement id="splashbg" width="140" height="70" blend="50">
                <image>
                    <layer class="base" type="matte" color="ffffff"/>
                </image>
            </uielement>
            <uielement id="splashtext">
                <image width="140" height="70">
                    <layer class="base" type="text">
            <![CDATA[
                <center><b>Loading panorama</b><br>Please wait...</b></center>
            ]]>
        </layer>
                </image>
            </uielement>
        </uigroup>

          <uigroup src="toolbar/toolbar.xml"/>
          <defaultview scene="adr" pan="92" tilt="5" fov="80"/>

    <!-- Visual clues about what areas are used for metering -->
    <image id="meter-spot"><layer class="base" type="matte" color="ff0000" alphatype="bitmap" alphasrc="meter-spot.gif"/></image>
    <uigroup id="meter-spots" width="20%" height="20%" visible="true">
      <uielement id="spot1" image="meter-spot"/>
    </uigroup>
  </global>
  <scene id="adr">
        <behavior>
        <action event="enter" type="setProperty" target="splashgroup" property="visible" value="true"/>
            <action event="ready" type="setProperty" target="splashgroup" property="visible" value="false"/>
        </behavior>

<panoelement id="dark">
      <image id="dark(image)"><layer class="base" type="bitmap" src="dark.jpg"/></image>
    </panoelement>

<panoelement id="light" zorder="1" blend="0">
      <image id="light(image)"><layer class="base" type="bitmap" src="light.jpg"/></image>
    </panoelement>

<panoelement id="map" type="spherical" zorder="2">
      <image id="map(image)">
        <layer class="adr" type="bitmap" src="map.jpg"/>
  </image>
    </panoelement>

<meter id="adr" class="adr" spots="5" distribution=".3" maxvalue="0" minvalue="100">
   
  <behavior>
<action event="change" type="setProperty" property="blend" target="light" value="=getProperty(&quot;adr&quot;,&quot;value&quot;)"/>
  </behavior>
 
</meter>

  </scene>
</tour>

I bought and installed the SPi-V unlimited license,because I thought thats the reason for the mistake, but th problem is still the same. I am a hobby photographer and me fascinate the adr panoramas. I do not have notion of xml files and I have tried very much. Additionally I have problems to understand the whole in english. I found however no sides on German, which could help me. Perhaps someone can help me here.
In advance thank you

Re: Problems with ADR Panos

I hope it wasn't something I said that made you believe you would get anything but removed branding from the SPi-V player.

Here's an ADR sample that is a whole lot simpler:
http://fieldofview.com/spv/download.php?filelist=adr-sedona.lst

PS: If you want to post xml, please put <code> and </code> around it. However, posting a link to a SPi-V page is far more useful for me.