February 18, 2010 at 1:47 PM #1 Hi,I have a question how can I get the sound began to play after loading the entire panorama of all the plugins, hotspots, etc. I tried something like this but without any effect Code <krpano version="1.0.8" onloadxmlcomplete="playsound(test.mp3);"> thanks for help!
February 18, 2010 at 1:58 PM #2 Code <krpano version="1.0.8" onstart="action(onstart);" > <action name="onstart"> wait(load); playsound(test.mp3); </action> or Code <krpano version="1.0.8" onstart="wait(load);playsound(test.mp3);" >
March 9, 2010 at 9:36 AM #4 hello it works every time i load a pano, or different pano, or there is another code!? thanks