getInstance():krpano_as3_interface
- returns a krpano_as3_interface object
- must be called to get a interface
- using it is only possilbe when it is loaded
into krpano as plugin or hotspot
set(variable:String, value:*):void
- the set interface - to change krpano variables
- it's the same interface like for XML or Javascript -
see get / set / call Interface
get(variable:String):*
- the get interface - to read krpano variables
- the return values are typed - Boolean, Number, Strings, Objects ...
- it's the same interface like for XML or Javascript -
see get / set / call Interface
call(actions:*):void
trace(messagetype, message):void
- traces a message to the krpano log
addPluginEventListener
(plugin:Sprite, type:String, listener:Function):void
removePluginEventListener
(plugin:Sprite, type:String, listener:Function):void
- adds or removes Plugin Event Listeners
- plugin
the main plugin object, typical the 'this' object in a plugin
- type
Event type, possible values:
- listener
the listener function is always called with DataEvent object as parameter