Hi!
1. For example, I have 2-3 vitual tours in one krpano set. I load first variable set for tour1 (variables1.xml):
|
Quellcode
|
1
2
3
4
5
6
|
<krpano>
<data name="pano1" file="file1.xml" ...other vars.../>
...
<data name="pano20" file="file20.xml" ...other vars.../>
</krpano>
|
How I can load new variable set for tour2
(variables2.xml)
and erase tour1 data?
Whet I load
variables2.xml for example:
|
Quellcode
|
1
2
3
4
5
6
|
<krpano>
<data name="pano1" file="file1.xml" ...other vars.../>
...
<data name="pano16" file="file20.xml" ...other vars.../>
</krpano>
|
- data will be overvritten?
2. How to realize AS3 flash plugin with register array attribute?
|
Quellcode
|
1
|
AS3:plugin.registerattribute(Array(?), "defaultvalue");In krpano access: get(plugin[myplugin].attribute(i))
|
Thank's