How do I know if panorama is fully loaded and ready to use from javascript?
I can use things like krpano().call(...) assigned to some HTML buttons and it works perfectly. But if I try it from window.onload, I have a javascript error:krpano().call is not a function.
I could have used a few seconds delay before calling krpano() functions, but it is not really cool. Any ideas how can I check whenever krpanoSWFObject is ready to manipulate without causing javascript errors?
This post has been edited 1 times, last edit by "nmakarov" (Oct 4th 2009, 10:57am)