Hi everybody,
seems that nobody had ever wanted to access data this way.
I found on the other hand the <data>-element that should also work for me.
But I just can't get it to work.
Here is what I got so far:
<data name="data1">
<stuff>
<entry id="id_1" descr="blah"/>
<entry id="id_2" descr="blub"/>
</stuff>
</data>
<plugin name="logo"
url="krpano_logo.png"
align="rightbottom"
data="data1"
/>
Display More
In my as3-plugin code I tried to access the data with the following line:
var data:Object = krpano.get(data[plugin_object.data].content);
krpano.trace(krpano_as3_interface.DEBUG,"data() - " + data);
It does not work. Even the trace prints nothing in the krpano console.
Thanks for your help
Makooze