Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
Quellcode |
1 2 3 4 |
<!-- save the url path of this xml file (the url value will be adjusted during xml parsing) --> <videointerfacexmlpath url="./" /> <style name="skin_base" url="calc:videointerfacexmlpath.url + skin_settings.design_skin_images" /> |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
Quellcode |
1 |
local.registerplugin = function(krpanointerface, pluginpath, pluginobject) |
|
|
Quellcode |
1 2 3 4 |
var urlstr = pluginobject.loadingurl; var regex = /[^\/]*$/; var path = urlstr.replace(regex, ''); krpano.actions.includexml(path + "stickie_data.xml"); |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
|
|
Quellcode |
1 2 3 |
var path = krpano.parsepath(pluginobj.url);
path = path.substring(0, path.lastIndexOf('/') + 1);
krpano.actions.includexml(path+"stickie_data.xml");
|
: https://pame.virtualtuur.com|
|
Quellcode |
1 2 |
pluginobject.path = krpano.actions.parseurl(pluginobject.url).replace(/[^\/]*$/, ''); krpano.actions.includexml(pluginobject.path + "stickie_data.xml"); |
:) Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com