Topic: multiple servers
I need to put the files on one server, and embed in a page on a different server. I uploaded the files to mid20th.com but I want to embed a page at hanging-mobiles.com. I tried this, and it does not work:
<!--START JUICEBOX EMBED-->
<script src="http://mid20th.com/room-scenes/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'http://www.mid20th.com',
configUrl : '/room-scenes/config.xml',
containerId : "juicebox-container",
galleryWidth: "80%",
galleryHeight: "60%",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Please help.
Thanks,
Debbie