thanks, I already got that I can't call anything from within an attribute...and tried with onloaded.
I played around with your hint, but I can't get the ath-value set by javascript.
I tried and other similar things, but without success.
|
Quellcode
|
1
2
3
4
5
6
|
function sun_az()
{
var krpano=document.getElementById ("krpanoSWFObject");
krpano.call("set(hotspot[spot1].ath,150");
}
|