Beiträge von adamsheha2

    Hey Guys. I have been working for 2 weeks to get my first sunset panorama and finally came up with something that I like. Please give me your opinion and critique. I have not altered the image in anyway other than stitching the 4 images and using the LDR color correction in AutoPano Pro.


    http://www.autopano.net/forum/t9436-sunset-across-the-pond


    Sorry I don't have the right image size but luckily Krpano and Autopano are on good terms


    Thanks in advance and I look forward to hearing from you.

    I just finished a sample for the Landmark hotel in New Orleans and the average jpg was 3mb but I compressed it down to 1-1.5mb an image. I haven't had a chance to check and see if this helped because my host, godaddy, keeps dropping my website at random times. I will probably switch over to a new company today and see what happens. While I have your attention, could you look at my question about creating an auto tour and give me your input?

    Thanks It works perfectly. *thumbsup*


    The only problem now is that I want it to change images when auto-tour is turned on. But it remains the same even with the action to change it from the code above.

    I am trying to create an auto tour but am running into some trouble. I currently have the following code from


    <krpano version="1.0.8" onstart="action(check-auto-tour);">

    <action name="check-auto-tour">
    if(autotour-button.enabled == true, action(play-tour); autotour-button.enabled == false, action(dont-play-tour); );"
    </action>

    <action name="play-tour">
    lookto(180,0,120,smooth(100,50,20));
    lookto(360,0,300,smooth(100,50,20));
    wait(1);
    loadpano(oaktrail.xml,null,MERGE,BLEND(1));
    </action>

    <action name="dont-play-tour">
    set(autorotate.enabled,false);
    </action>

    <plugin name="autotour-button" enabled="true" visible="true" handcursor="true" keep="true" url="averyisland_click.jpg" zorder="2" align="bottom" edge="center" y="309" x="240" blendmode="screen" onover="set(blendmode,add);" onout="set(blendmode,screen);" onhover="showtext(Auto tour on / off)" onclick="action(play-tour);" />

    <plugin name="stop_autotour-button" enabled="true" visible="false" handcursor="true" keep="true" url="averyisland_click.jpg" zorder="2" align="bottom" edge="center" y="309" x="240" blendmode="screen" onover="set(blendmode,add);" onout="set(blendmode,screen);" onhover="showtext(Auto tour on / off)" onclick="action(dont-play-tour);" />

    <action name="auto-tour_on">
    set(plugin[autotour-button].enable,false);
    set(plugin[autotour-button].visible,false);
    set(plugin[stop_autotour-button].enable,true);
    set(plugin[stop_autotour-button].visible,true);
    </action>

    <action name="auto-tour_off">
    set(plugin[stop_autotour-buttont].enable,false);
    set(plugin[stop_autotour-button].visible,false);
    set(plugin[autotour-button].enable,true);
    set(plugin[autotour-button].visible,true);
    </action>

    However when this loads the new scene it does not continue into auto tour. So what i did was create a set of xml codes for all other scenes that load the play-tour action on start when the auto tour action is enabled. If a user wants manuel tour they continue through the tour using hotspots or thumbnails depending on which one I use.


    <krpano version="1.0.8" onstart="action(play-tour);">


    <action name="play-tour">
    lookto(180,0,120,smooth(100,50,20));
    lookto(360,0,300,smooth(100,50,20));
    wait(3);
    loadpano(bridge.xml,null,MERGE,BLEND(1));
    </action>


    But in this case the auto-tour does not allow users to interrupt it. It completes the action and loads the next scene. How can I allow users to interrupt the auto tour and see what they want and then let the auto tour continue?


    Thanks in advance for your help

    Hi Everyone,


    After several weeks of being intimidated by Krpano, I decided to face it and buy it. Now I am trying to put together a tour but am having some beginners trouble. I am trying to setup hotspots but only get a "loading error(IO ERROR)". Can anyone help me out by reviewing my code. I think what i need is some guidance in writing action script.


    <krpano version="1.0.8" ispartialpano="true">

    <include url="skin/defaultskin.xml" />

    <view hlookat="0" vlookat="0" maxpixelzoom="1.0" />
    <display fps="30"
    details="30"
    tessmode="auto"
    movequality="LOW"
    stillquality="HIGH"
    flash10="on"
    movequality10="LOW"
    stillquality10="HIGH"
    stilltime="0.25"
    />
    <preview type="SPHERE" url="Rock Garden.tiles/preview.jpg" />

    <image type="SPHERE" multires="true" tilesize="829" voffset="-20">
    <level tiledimagewidth="22379" tiledimageheight="7749">
    <sphere url="Rock Garden.tiles/_%0v_%0h.jpg" />
    </level>
    </image>
    <action name="view_architectural">
    tween(view.fovmax, 150.0, distance(179, 1.00), easeoutquad);
    tween(view.architectural, 1.0, distance(1.0, 0.45), easeoutquad);
    tween(view.fisheye, 0.0, distance(1.0, 0.45), easeoutquad, set(view.stereographic,false);set(view.pannini,false);set(display.flash10,on); );
    </action>
    <plugin name="editor"
    url="editor.swf"
    keep="true"
    visible="true" enabled="true" handcursor="true" capture="true" children="true"
    zorder="0"
    alpha="1.00" blendmode="normal"
    smoothing="true"
    origin="" edge=""
    x="" y=""
    width="500" height="375"
    scale="1"
    onloaded=""
    onover=""
    onhover=""
    onout=""
    ondown=""
    onup=""
    onclick=""
    />

    <plugin name="options"
    url="options.swf"
    keep="true"
    visible="true" enabled="true" handcursor="true" capture="true" children="true"
    zorder="0"
    alpha="1.00" blendmode="normal"
    smoothing="true"
    origin="lefttope" edge=""
    x="" y=""
    width="500" height="375"
    scale="1"
    onloaded=""
    onover=""
    onhover=""
    onout=""
    ondown=""
    onup=""
    onclick=""
    />
    <action name="loadpano">
    onclick="loadpano(Fork1.xml, view.lookat(180.8,1.9,22), MERGE, BLEND(1))"
    </action>
    <hotspot name="Fork1"
    keep="false"
    visible="true" enabled="true" handcursor="true" capture="true" children="true"

    onclick="loadpano(Fork1.xml)"
    >
    <point ath="-133.4407" atv=" -6.6519" />
    <point ath="-127.9617" atv=" -7.0962" />
    <point ath="-127.6555" atv=" -1.3532" />
    <point ath="-132.7373" atv=" -1.2971" />
    </hotspot>


    </krpano>

    *confused*