Now to reload tour variables

  • Hi!
    1. For example, I have 2-3 vitual tours in one krpano set. I load first variable set for tour1 (variables1.xml):

    Code
    <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:

    Code
    <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?

    Code
    AS3:plugin.registerattribute(Array(?), "defaultvalue");In krpano access: get(plugin[myplugin].attribute(i))


    Thank's

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!