Thanks, Steven, for going into the details.
BUT: Juicebox proposes to copy the embedding code "as is" into the HTML page (it even provides a separate button for copying)! Which doesn't mean to modify the text, does it?
Nevertheless, I modified the embedded text:
src=„jbcore/juicebox.js" ==which is the RW6 generated file==
to --> src=&quo;jbcore/juicebox.js" /juicebox.js cannot be found
to --> src=&quo;jbcore/juicebox.js&quo; /juicebox.js cannot be found
to --> src="jbcore/juicebox.js" /now juicebox.js was found!
Since you refer to the browser's difficulties: I'm using the standard Safari browser, running with Mavericks, so what shall be wrong with this browser? Besides, visitors of the site will use a variety of browsers including Safari.
Firefox shows almost the very same behavior: juicebox.js was not found. After modifying the "src" statement to the latest line (see above) it runs juicebox.js, shows the line of thumbs and the buttons but leaves the main area empty (just displaying the juicebox busy icon, jbn-nav-touch-area).
Whereas Safari just shows a gray area with the jb-error-message. Going deeper I got this:
[Error] Failed to load resource: Origin null is not allowed by Access-Control-Allow-Origin. (config.xml, line 0)
file:///<<myLocalExportArea>>/fotos/Pix_WE2014_11/config.xml.
[Error] XMLHttpRequest cannot load file:///<<myLocalExportArea>>/fotos/Pix_WE2014_11/config.xml. Origin null is not allowed by Access-Control-Allow-Origin. (index.html, line 0)
The config.xml has a size of 14.3 KB. I compared it to the config.xml of a show generated with RW5.3 & JB 1.3: same structure. There runs no local web server. The embedding page is just plain HTML (no Ajax or else) with the embedded script code for Juicebox. Do you use Ajax? Because the error "Origin null is not allowed by Access-Control-Allow-Origin" may point into this direction (web search results do show this).
I cannot send you the URL of the site. Reason: it's still not published because of the not-yet-running-slideshows.
What I could do: send you the pure page (HTML) along with the juicebox show. Please tell me an address where to send it to.