Beiträge von ezhukov

    http://beenseen.ru/wp-content/uploads/tours/temp/tour.html

    Please help!

    xml code:

    Its the same as described, alignment is ok, but its dynamic! why is it changing?
    how can i use this example in make vtour multires?

    Hi,

    I would recommend a way like this:

    Thanks a lot, Klaus!
    Please, can you provide the code "if" for vtourskin.xml?
    I put your code into vtourskin like this:

    Code
    <style name="skin_hotspotstyle" url="vtourskin_hotspot.png" scale="0.5" edge="top" oy="0"
    	       distorted="true"
    	       onclick="if(linkedscene, tween(scale,0.25,0.5); tween(oy,-20,0.5); tween(alpha,0,0.5); looktohotspot(); loadscene(get(linkedscene),null,MERGE,BLEND(1)); lookat(get(hlookat),get(vlookat)); skin_updatescroll(); );"
    	       onhover="if(skin_settings.tooltips_hotspots, if(linkedscene, showtext(get(scene[get(linkedscene)].title),SKIN_TOOLTIPS)) );"
    	       onover="autoRotateSave"
    		   onout="autoRotateReturn"
    		   />


    And now i can add hlookat and vlookat to any hotspot i want, but the problem is now, that if i don't add hlookat vlookat to hotspot, it wouldn't load the pano with "set as startup view" settings, but will give me a black screen...


    Thanks a lot! =)