﻿<krpano version="1.19" title="Virtual Tour">

  <!--  <include url="skin/vtourskin_design_117.xml" /> -->


  <!-- customize skin settings: maps, gyro, webvr, thumbnails, tooltips, layout, design, ... -->
  <skin_settings maps="false"
	               maps_type="google"
	               maps_bing_api_key=""
	               maps_google_api_key=""
	               maps_zoombuttons="false"
	               gyro="true"
	               webvr="true"
	               webvr_gyro_keeplookingdirection="false"
	               webvr_prev_next_hotspots="true"
	               littleplanetintro="false"
	               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_buttons="false"
	               tooltips_thumbs="false"
	               tooltips_hotspots="false"
	               tooltips_mapspots="false"
	               deeplinking="false"
	               loadscene_flags="MERGE"
	               loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)"
	               loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)"
	               loadscene_blend_next="SLIDEBLEND(0.5,   0, 0.75, linear)"
	               loadingtext="360º view"
				   resetbuttontext="Reset"
	               layout_width="100%"
	               layout_maxwidth="814"
	               controlbar_width="-24"
	               controlbar_height="40"
	               controlbar_offset="20"
	               controlbar_offset_closed="-40"
	               controlbar_overlap.no-fractionalscaling="10"
	               controlbar_overlap.fractionalscaling="0"
	               design_skin_images="vtourskin.png"
	               design_bgcolor="0x2D3E50"
	               design_bgalpha="0.8"
	               design_bgborder="0"
	               design_bgroundedge="1"
	               design_bgshadow="0 4 10 0x000000 0.3"
	               design_thumbborder_bgborder="3 0xFFFFFF 1.0"
	               design_thumbborder_padding="2"
	               design_thumbborder_bgroundedge="0"
	               design_text_css="color:#FFFFFF; font-family:Arial;"
	               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.
	-->
  <!-- <include url="skin/vtourskin_design_flat_light.xml"  /> -->
  <!-- <include url="skin/vtourskin_design_glass.xml"       /> -->
  <!-- <include url="skin/vtourskin_design_ultra_light.xml" /> -->
  <!-- <include url="skin/vtourskin_design_117.xml"         /> -->
  <!-- <include url="skin/vtourskin_design_117round.xml"    /> -->
  <!-- <include url="skin/vtourskin_design_black.xml"       /> -->
  <!-- <layer name="skin_loadingtext" type="text" align="center" x="5" y="-5" html="get:skin_settings.loadingtext" visible="false" background="false" border="false" enabled="false" css="calc:skin_settings.design_text_css + ' text-align:center; font-style:italic; font-size:22px;'" textshadow="get:skin_settings.design_text_shadow" /> -->
  <style name="hotspotstyle"
          url="skin/textfield.swf"
         visible="false"
       bgcolor="0xFFFFFF"
       />
  <events name="skin_events" keep="true"
        onxmlcomplete="skin_startup();"
            onnewpano="skin_showloading(true);"
            onremovepano="skin_showloading(true);"
            onloadcomplete="skin_showloading(false); js(Desk360LoadComplete());"
            onmouseup="js(On360ViewChanged());"
	        />
  <action name="skin_startup">
    save_startup_view();    
  </action>  
  <action name="skin_showloading">

    if(display.stereo == true,
    set(layer[skin_loadingtext].visible, false);
    ,
    set(layer[skin_loadingtext].visible, %1);
    );
  </action>
  <action name="save_startup_view">
    copy(startup_hlookat, view.hlookat);
    copy(startup_vlookat, view.vlookat);
    copy(startup_fov, view.fov);
  </action>

  <action name="rotateload" >
    set(layer[skin_loadingtext].rotate, %1);
  </action>
  <!-- startup action - load the first scene -->
  <action name="startup" autorun="onstart">
    if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
    loadscene(get(startscene), null, MERGE);
    if(startactions !== null, startactions() );
  </action>

  <data name="hotspotcss">
    a   	{ font: 20px/24px Volvo Sans Light, Arial Narrow,Helvetica Neue, Arial, sans-serif; color: #161618;}
    p   	{ font: 15px/22px Volvo Sans Light, Arial Narrow,Helvetica Neue, Arial, sans-serif; color: #333; padding-top:10px; }
  </data>
  <scene name="scene_5000" title="5000" onstart="" thumburl="panos/5000.tiles/thumb.jpg" lat="" lng="" heading="">

    <view fovtype="MFOV" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
    
    <image>
      <cube url="%$mypath%_%s.jpg" />
    </image>

  </scene>


</krpano>
