Hi there
I have fast this same Problem like "andrew22222" (normal link and bittly dont work correktly)
"Flash & HTML5 work fine but something breaks the direct link to a chosen scene. I can click on 'Share this view via email' and everything is sent off and received ok but when I click on the bitly link the first scene opens in the tour, not the chosen scene or the specific view. I guess atleast it's getting to the tour itself but I was really after a chosen scene and view."
in tour.xml
i dont have loadscene - action etc.
its all like in example.
Here is a piece of my tour.xml
<krpano version="1.16" title="Villa 1" onstart="startup();">
<include url="skin/vtourskin.xml" />
<include url="swfaddress.xml" />
<include url="skin/swfaddress_skin.xml" />
<!-- set skin settings: bingmaps? gyro? thumbnail controlling? tooltips? -->
<skin_settings bingmaps="true"
bingmaps_key=""
bingmaps_zoombuttons="false"
gyro="true"
thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
thumbs_opened="false"
thumbs_text="true"
thumbs_dragging="true"
thumbs_onhoverscrolling="false"
thumbs_scrollbuttons="false"
thumbs_scrollindicator="false"
tooltips_thumbs="true"
tooltips_hotspots="true"
tooltips_mapspots="true"
controlbar_offset="20"
/>
<!-- set optional skin logo url -->
<layer name="skin_logo" url="" scale="0.25" opened_onclick="openurl('...',_blank);" />
<action name="startup">
delayedcall(0.1, add_scenes_to_swfaddress());
</action>
<scene name="scene_front" title="Frontansicht" onstart="" thumburl="panos/front.tiles/thumb.jpg" lat="" lng="" heading="">
<view hlookat="0" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
<preview url="panos/front.tiles/preview.jpg" />
<image type="CUBE" multires="true" tilesize="512" progressive="false">
<level tiledimagewidth="3111" tiledimageheight="3111">
<cube url="panos/front.tiles/l3_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="1536" tiledimageheight="1536">
<cube url="panos/front.tiles/l2_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="768" tiledimageheight="768">
<cube url="panos/front.tiles/l1_%s_%v_%h.jpg" />
</level>
<mobile>
<cube url="panos/front.tiles/mobile_%s.jpg" />
</mobile>
</image>
<!-- place your scene hotspots here -->
<hotspot name="spot1" style="skin_hotspotstyle" ath="-0.101" atv="-3.743" linkedscene="scene_rezeption" />
<hotspot name="spot2" style="skin_hotspotstyle" ath="-113.324" atv="4.160" linkedscene="scene_zum_strand" />
<hotspot name="spot3" style="skin_hotspotstyle" ath="-15.038" atv="-1.711" linkedscene="scene_7_app_schlafzimmer" />
</scene>
What it could be?
Cheers
Tom