if i am understanding things properly, js
cannot load files from another server/domain, but it can load a local xml file which
can load files from another server/domain
%SWFPATH% did not work w js html5 panos last time i tried it, maybe it has been updated since, i have used %BASEDIR% to resolve some js issues with
panotour pro & panopress, but we need a separate path to the remote server here, which does not in this case host any swf, xml or js files, so we would maybe need a new
placeholder variable in xml i think, %URLPATH% or somesuch and a way to define this path in xml as well, like
urlpath="http://my-remote-server.com/path/"
this should be separate from %BASEDIR%, as using that for remote image paths might confuse local file paths ?
sam