first the xml is set to "bathroom.xml" and then the html query parameters are parsed and set, and if a xml parameter will be set, it overwrite the first setting
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com
|
|
Quellcode |
1 |
http://iolar.nl/vt/bilderberg/index.html?onstart=loadpano(zwembad.xml); |
|
|
Quellcode |
1 |
http://www.3dpanorame.com/3dpanorame/nasice/nasice.swf?onstart=action(load_07); |
|
|
Quellcode |
1 2 3 4 |
<action name="load_07"> action(updatespot,spot07); action(loadpano,07crkva.xml);lookat(-26,-27); </action> |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comDieser Beitrag wurde bereits 4 mal editiert, zuletzt von »Tuur« (20. Mai 2011, 00:26)
so "// pass all external parameters" method isn't much more valid. it is sufficient "passQueryParameters();" functions?Hi,
yes, when you use the current swfkrpano.js what would be pretty easy:
![]()
Quellcode
1 2 3 4var swf = createswf("krpano.swf"); swf.addVariable("xml","bathroom.xml"); swf.passQueryParameters(); swf.embed("krpanoDIV");
first the xml is set to "bathroom.xml" and then the html query parameters are parsed and set, and if a xml parameter will be set, it overwrite the first setting,
best regards,
Klaus
Yes, for the documenation about the krpano embedding, please see here:so "// pass all external parameters" method isn't much more valid. it is sufficient "passQueryParameters();" functions?