I suppose you are talking about Scripting with Javascript... If so, take a look at the examples folder included in KRPANO downloaded file. In this folder you can find 3 Javascript example that are useful to understand Scripting with Javascript.
I hope this is what you are looking for... :) If not, sorry... :(
I read the question as trying to find out what other bits of information can be passed into the krpano.swf via the flash vars when embedding via swfobject?
example:
Quellcode
1
2
3
var flashvars = {
pano: "some.xml"
};
what else can be identified in the "var flashvars" area?
At least that's how I've understood the question...