Beiträge von mzaa

    Hello.
    Is there any possibility to use map layers OSM?
    On the map it can be used with the code :

    direct link to a html file with parameters not working
    I tried to do so ....tour.html?pano=7.xml
    tour.html : .. so.addVariable("pano", "tour.xml"); ...
    tour.xml : <krpano version="1.0.7" onstart="action(load1);" basedir="%FIRSTXML%" actionintervalbase="timer" logkey="true">

    <action name="load1">
    loadpano(2.xml,null,KEEPALL,BLEND(2));

    </action>
    ...

    hello
    i create file text.xml with code ( krpano-1.0.7\examples\textfield\textfield.xml ) :


    then i paste <include url="text.xml" /> in this file tour.xml ( this is the first file ...so.addVariable("pano", "tour.xml"); ... )
    and it is working
    but if i paste <include url="text.xml" /> in other file (1.xml) , not first file ( ..so.addVariable("pano", "tour.xml"); ..) it does not work