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 ...