pano.openNext(...) dosn't work

Q&A about the latest versions
Post Reply
redsystem
Posts: 8
Joined: Sat Feb 02, 2013 9:35 pm

Hi!

In my skin I have a button to go to the start of the tour (start.html/node1). But the button doesn't change the panorama. What am I doing wrong?
I tried

Code: Select all

pano.openNext(start.html);
witch just reloads the current panorama and

Code: Select all

pano.openNext({node1});
witch only shows a loading dialogue.
Any clues?
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

Flash or HTML5 ?
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
redsystem
Posts: 8
Joined: Sat Feb 02, 2013 9:35 pm

html5
redsystem
Posts: 8
Joined: Sat Feb 02, 2013 9:35 pm

Ok, I fixed it by myself. It does work with a tour-xml file.

Code: Select all

me.player.openNext("{node1}");
Post Reply