Topic: Making Juicebox work with Rapidweaver

Hi there,

I can't seem to make Juicebox work with the web design program called Rapidweaver. It used to work, I would copy the code, and just change the name, in this case 'duckhunt'.

Any help would be greatly appreciated.


This is the code I entered in:

<!--START JUICEBOX EMBED-->
<script src="http://schpa.ca/styled-11/duckhunt/jbcore/juicebox.js"></script>
<script>
  new juicebox({
      containerId : 'juicebox-container',
      baseUrl : 'http://schpa.ca/styled-11/duckhunt/',
  });
  </script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Re: Making Juicebox work with Rapidweaver

The 'juicebox.js' file does not exist at the URL you use in your embedding code: http://schpa.ca/styled-11/duckhunt/jbcore/juicebox.js
Going directly to that address in a browser results in an error 404 (file not found).
Make sure that all your gallery files have been uploaded to the correct location on your web server.