Beiträge von poalpina

    Hi

    I'm quite sure that this is a silly question but...

    How can I set the xml in order to have a complete rotation,
    a orizontal rotation without limits (like in a normal pano 360 x 180)

    during the navigation of this partial pano
    http://win.geo360.it/zoom107.htm

    the code on line now is

    <!-- view settings -->
    <view hlookat="-0.25" vlookat="0" maxpixelzoom="0.8" fovmax="125" limitview="auto" />

    <preview url="zoom107.tiles/preview.jpg" />

    <image type="SPHERE"
    hfov="1"
    vfov=""
    voffset="0"
    multires="true"
    multiresthreshold="0.025"
    progressive="true"
    tilesize="512"
    baseindex="1"
    frames="1"
    frame="1"
    prealign=""
    >
    <level tiledimagewidth="54016" tiledimageheight="5132">
    <sphere url="zoom107.tiles/l4/%0v/l4_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="26880" tiledimageheight="2554">
    <sphere url="zoom107.tiles/l3/%0v/l3_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="13440" tiledimageheight="1278">
    <sphere url="zoom107.tiles/l2/%0v/l2_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="6720" tiledimageheight="640">
    <sphere url="zoom107.tiles/l1/%0v/l1_%0v_%0h.jpg" />
    </level>
    </image>

    Probably a stupid question.

    I've got this message inspite my browser firefox and chrome seem work correctly:

    "ERROR: HTML5 Browser with WebGL support required!"


    I'm sorry for this banal question

    Replaing a very similar question a cuple of day ago Klaus wrote to me

    Thanks Klaus

    I apologize, maybe I didn't ask my question in right way.
    I know the partial panos can see on line with the last version but
    I mean to use the tour (tour.js file and ... ) to show a series of partial pano images in HTML5
    Is that possible ?

    Thanks a lot .

    Hi

    I'm testing my web pages on a local Drive (D:)
    there are no problems using firefox or Safari,
    but IE and Chrome give me this message:

    "
    FATAL ERROR:
    myxml.xml - loading not possible!
    Error: access denied

    "

    There is no problem whit the sama page
    if they are on line .

    Ciao Tony

    "and I see that your image type is SPHERE,
    and not CUBE as default for the krpanotools output...
    in this case you have to reprocess all your images"

    Thanks a Lot
    Now all is clear,

    "Only cubical- and flat-multiresolution panos are supported at the moment!" by Klaus

    Maybe I can take as good the HD partial panos,
    those were flat

    "I reprocess about 250 panos last week "
    really , How long did it take you ?
    first of all to upload on the net all panos ?

    Matteo

    Però a Te il grazie lo scrivo anche nella nostra lingua:
    grazie

    I put on line on my website in the last 5 year more then 150 pano 360x180 and more then 50 HDimage.
    Now I'm working to pass to the HTML5 version, and I had the fatal error: "No HTML5 compatible image available"
    I'm quite sure that the problem is the tilesitze: in the past I used values like 700x700 720x720 , 800x800 , 890x890 , 900x900... I'm right ?
    This "problem" will come back with the next 1.17 final version?
    I'll have to re-upload all my photos ? *unsure*

    . xml code
    <krpano version="1.16">

    <prerelease watermark="false" />

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

    <view hlookat="147" vlookat="30" maxpixelzoom="1.0" fovmax="150" limitview="auto" />

    <preview type="CUBESTRIP" url="pano123.tiles/preview.jpg" />

    <image type="SPHERE" multires="true" tilesize="625">
    <level tiledimagewidth="10000" tiledimageheight="5000">
    <sphere url="pano123.tiles/l4_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="5000" tiledimageheight="2500">
    <sphere url="pano123.tiles/l3_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="2500" tiledimageheight="1250">
    <sphere url="pano123.tiles/l2_%0v_%0h.jpg" />
    </level>
    <level tiledimagewidth="1250" tiledimageheight="625">
    <sphere url="pano123.tiles/l1_%0v_%0h.jpg" />
    </level>
    </image>

    </krpano>

    and .html code


    ....
    <td colspan="10" ><div align="center"></div>

    <script src="swfobject/krpano_emb.js"></script>

    <div id="pano" style="width:100%; height:100%;">
    <noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
    <script>
    embedpano({swf:"swfobject/krpano_emb.swf", xml:"pano123.xml", target:"pano", html5:"auto", passQueryParameters:true});
    </script>
    </div>
    .......