• Hi all,


    I have one xml & one html file with 10-20 thumbnails. Now i wanted to have thumbnail page or menu page.

    How can i set it? please reply......

    waiting...........


    thanks,

    Siddhi

  • Hi,

    I'm still not sure if I understand correctly, but do you mean:

    • that you have a single html file with several thumbnails
    • and that you have a virtual tour with one xml file (e.g. from the MAKE VTOUR droplet)
    • and now you want to link each thumbnail from your html page to a pano/scene from the xml?


    is that right?

    in this case you could:

    • link all panos to the same html file with the scene name as parameter (e.g. tour.html?startscene=scene1)
    • add the PassQueryParameters() call to your html,
      e.g.

      Code
      var viewer = createPanoViewer(...);
      viewer.passQueryParameters();
      viewer.embed();
    • in the tour.xml check is the "startscene" variable is set and if yes load that scene,
      e.g.

    best regards,
    Klaus

  • Hi klaus,


    Sorry for late responce.

    Actually I wanted the Html page to have the thumbs which would call a single XML page with many scenes when each thumnail is clicked.

    Hope you have got my query. please help.


    thanks

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!