2013-08-06

I would like to call a javascript function from with a Panotour Pro virtual tour - from a hotspot, I cant find any examples of how to do so.

Ideally a lightbox / modal window of some type?

It says you can simple call a JS function from a hotpot using the UI without quotes as in
helloWorld(this is a test);

and add this JS function to the same page as tour.
function hellworld(s) {
alert(s);
}

Nothing happens, I have Googled this for hours, no luck, any help, appreciated..

I am happy to have a hack at xml main/tour files to get this working, just don't know here to start...?

Show more