logo won't change in a virtual tour

  • hi guys, hi klaus,

    i made a virtual tour and in that real estate tour, there are 2 logos at the lefttop. one is a "project logo" and underneath that there should be a "house type banner".

    - the "project logo" should be on all scenes.
    - the "house type banner" should change by entering another house but stay the same in the same house.

    it works when you interrupt the tour and click on a hotspot like here , but when running the automated tour (here) , it will only show the "project logo".

    even KEEP="TRUE" - won't work.

    any ideas or recommendations are most welcome! *smile*

    thx!


    this is the code in the starting xml-file:

    Code
    <krpano version="1.0.8.14" onstart="action(play); action(setuptour);">...
    <action name="setuptour">set(idletime,2);set(events.onidle, autotour());</action>
    	<action name="autotour"> oninterrupt(break); <!-- wait(2); -->lookto(-0.2,0,20,linear(1),false);loadpano(patta-village-plaza_extern.xml,null,KEEPBASE|NOPREVIEW,BLEND(2));	</action>
    <include url="skin/defaultskin.xml" />
    <plugin name="logo2"          url="themes/patta-village-logo.png"          align="lefttop"          x="10"          y="10"		  keep="false"		  onclick="loadpano('patta-village-entrance_new.xml',null,MERGE,BLEND(2));"          />...
     <view hlookat="0.5" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="1.0" fovmin="60" fovmax="240" limitview="auto" />	
      <preview type="CYLINDER" url="preview.jpg" />
    	<preview url="patta-village-entrance_new.tiles/preview.jpg" />
    	<image type="CYLINDER" hfov="1.00" multires="true" tilesize="526" progressive="true">		<level tiledimagewidth="5786" tiledimageheight="2138">			<cylinder url="patta-village-entrance_new.tiles/l3_%0v_%0h.jpg" />		</level>		<level tiledimagewidth="2893" tiledimageheight="1069">			<cylinder url="patta-village-entrance_new.tiles/l2_%0v_%0h.jpg" />		</level>		<level tiledimagewidth="1447" tiledimageheight="535">			<cylinder url="patta-village-entrance_new.tiles/l1_%0v_%0h.jpg" />		</level>	</image>				<hotspot name="plaza_extern"  		         url="themes/hspot-plaza-left_200x150.png"				 alpha="0.5"				 scale="0.5"				 ath="-0.14"		         atv="0.07"		         zoom="false"				 handcursor="true"				 onover="tween(scale,1);set(alpha,1.0);"				 onout="tween(scale,0.5);set(alpha,0.5);"		         onclick="looktohotspot(get(name)); loadpano('patta-village-plaza_extern.xml',null,MERGE,BLEND(1));"		         />
    </krpano>


    this is the code in the single xml-files including the scenes:

    Code
    <krpano version="1.0.8.14" onstart="action(setuptour);">
    <action name="setuptour">set(idletime,2);set(events.onidle, autotour());</action>
    	<action name="autotour"> oninterrupt(break); wait(2);lookto(359,00,90,linear(5),false);loadpano(patta-village-house1_livingroom_new_sphere.xml,null,KEEPBASE|NOPREVIEW,BLEND(2));	</action>		<include url="skin/defaultskin.xml" />				<plugin name="logo2"          url="themes/patta-village-logo.png"          align="lefttop"          x="10"          y="10"		  keep="true"		  onclick="loadpano('patta-village-entrance_new.xml',null,MERGE,BLEND(2));"          />			<view hlookat="-180" vlookat="-20" fovtype="MFOV" fov="240" maxpixelzoom="1.0" fovmin="60" fovmax="120" limitview="range" vlookatmax="65" vlookatmin="-65"/>
    	<preview url="patta-village-house1_extern.tiles/preview.jpg" />
    	<image type="CUBE" multires="true" tilesize="617" progressive="false">		<level tiledimagewidth="3394" tiledimageheight="3394">			<cube url="patta-village-house1_extern.tiles/l3_%s_%0v_%0h.jpg" />		</level>		<level tiledimagewidth="1697" tiledimageheight="1697">			<cube url="patta-village-house1_extern.tiles/l2_%s_%0v_%0h.jpg" />		</level>		<level tiledimagewidth="849" tiledimageheight="849">			<cube url="patta-village-house1_extern.tiles/l1_%s_%0v_%0h.jpg" />		</level>		<mobile>			<cube url="patta-village-house1_extern.tiles/mobile_%s.jpg" />		</mobile>		<tablet>			<cube url="patta-village-house1_extern.tiles/tablet_%s.jpg" />		</tablet>	</image>				<plugin name="logo3"          url="themes/hspot_baan-pinrada_right_200x100.png"          align="lefttop"          x="34"          y="173"		  keep="true"          />

Participate now!

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