Beiträge von tylong

    this is my js code:

    Code
    var krpano = document.getElementById("krpanoSWFObject");	krpano.set("preview.url","ladybug_panoramic_000000.JPG"); //this is a new pic	krpano.set("image.cube.url","ladybug_panoramic_000000_%.jpg");

    this is my xml code:

    Code
    <scene name="scene_aussen" title="aussen" onstart="" >
    		<view hlookat="0" vlookat="0" fovtype="MFOV" fov="95" fovmin="45" fovmax="120" />
    		<preview url="tour.data/aussen.tiles/ladybug_panoramic_000003.JPG" />
    		<image>			<cube url="tour.data/aussen.tiles/ladybug_panoramic_000003_%s.jpg" />		</image>
    		<hotspot name="spot_eingang"   style="arrowspot1" ath="0.659"     atv="3.665"  scale="0.30" onclick="js(test(''))" />			</scene>

    look forword to you reply