Beiträge von bop31

    Hi everyone,
    I just bought the license for Iphone/ipad and try the simulator. But I had the following error :
    Fatal Error : krpano.xml - Error : NETWORK_ERR : XMLHttpRequest Exception 101

    I'm using the latest version of Krpano (1.0.8.15) and the Three js files have been copied in the right directory
    the name of the swf and xml are krpano (name of my pano file), and the directory is the same as the simulator.

    Here is the krpano.xml

    <krpano version="1.0.8.15">

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

    <view hlookat="0" vlookat="0" maxpixelzoom="1.0" limitview="auto" />

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

    <image type="CUBE" multires="true" tilesize="512" progressive="false">
    <level tiledimagewidth="3793" tiledimageheight="3793">
    <cube url="krpano.tiles/mres_%s/l4/%v/l4_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="1897" tiledimageheight="1897">
    <cube url="krpano.tiles/mres_%s/l3/%v/l3_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="949" tiledimageheight="949">
    <cube url="krpano.tiles/mres_%s/l2/%v/l2_%s_%v_%h.jpg" />
    </level>
    <level tiledimagewidth="512" tiledimageheight="512">
    <cube url="krpano.tiles/mres_%s/l1/%v/l1_%s_%v_%h.jpg" />
    </level>
    <mobile>
    <cube url="krpano.tiles/mobile_%s.jpg" />
    </mobile>
    </image>

    </krpano>

    the pano is ok on my pc but not with the simulator

    Is there something else I missed ?

    Thanks for your help
    Philippe