Hi,
My customer wants to load the images/tiles from a NAS in his domain, which is not connected to the internet.
I am testing with localserver, with a generic HTML on one drive (C:\) and loading the XMLs with all design stuff and panos from another drive (e.g. E:\). I can manage to load all BUT the pano-tiles, whatever path I throw at it. I have tried directly with file:///E:/panos/preview.jpg (short example),
I have also tried using 2 localservers, making the path to the tiles like: http://192.168.2.103:8091/panos/preview.jpg (which IS the correct path), etc, but no luck.
The viewer (showlog) mentions
Error: loading of '....<path>...preview.jpg' failed! (and same error for the other tiles of course)
I had this before with the paths to the hotspots etc, but I sorted those with relative paths (skin and js files are available on both drives).
so, it loads correctly the XML from the other drive, and the content from that XML, APART from the tiles.
just to make the story complete, I have added <security cors="use-credentials" /> to the XML.
any suggestions?