in my application flash needs to send two thinks with the set function to krpano. the two are, visible and freezeview.
when i'm writing it down as this:
|
Quellcode
|
1
|
krpano.set("plugin[gallery].visible", false)("plugin[gallery].freezeview", true);
|
Doesn't work
also this:
|
Quellcode
|
1
2
3
|
krpano.set("plugin[gallery].visible", false);
krpano.set("plugin[gallery].freezeview", true);
|
Question how to make it work. do i need to set a action with the two functions?
so yes, how to ask it then in flash
krpano.set("action[name action].enable ?????", false);