Hi,
I am embedded Krpano as HTML5:'auto'. It will load Krpano as HTML5 if browser supports webgl else loads flash.
I am adding hotspot through javascript using krpano.call('addhotspot[name]'). I can get hotspot object in javascript using krpano.get('hotspot[name]') for HTML5 loaded pano.
But the same code(javascript) is failing to get hotspot object for flash loaded pano. How to get hotspot object using javascript, when the krpano is loaded in flash. I want to use common javascript code for both HTML5/flash loaded krpano.
Any suggestions would be greatly appreciated..
Thanks,
Vinu Kumar V.S