You are not logged in.

Search results

Search results 1-1 of 1.

Thursday, January 26th 2012, 11:59am

Author: scrappy

Several beginner questions (show value from db in showtext, generate thumbnails from pano, open other website in virtual tour)

Hi, I am just getting my feet wet with krpano and have the following three questions: 1) I understand that I can show a text on-hover of any hotspot. But I would like to query the latest value from a database on the server side and display it when user hovers mouse on hotspot. As per the example in this thread below is what I tried: Javascript global function Source code 1 2 3 4 function gettext() { db_text = "some text";// I will replace the above with an AJAX call to get text snippet from the ...