Topic: Creating two slideshows [SOLVED]

Hi everyone
I've created two slideshows for my website but both pull up the same slideshow when uploaded to my webpage. How do I go about creating the second page so that it uses its own jbcore files and associated files like the juicebox.js.
Any help would be gratefu

Re: Creating two slideshows [SOLVED]

You can point each gallery towards a different XML file using the configUrl option in the embedding code.
Alternatively, you can point towards separate gallery folders using the baseUrl option.
Please see the Embed Options for short descriptions of these two configuration options.

I would recommend using the baseUrl method as it allows you to keep each gallery as a self-contained folder and you would upload the complete gallery folders (not just the contents) to your web server. This should help to keep things organized on your server.
Instructions for using the baseUrl method of embedding can be found here.

Re: Creating two slideshows [SOLVED]

Absolutely Brilliant. Using the baseurl method. Works a dream. Cheers

Re: Creating two slideshows [SOLVED]

I'm glad you've got it working.
Thanks for letting me know.