
Here's a quick tutorial on how to embed an SSP/LR slideshow into a WebPlus Page.
For this example, let's assume that I've exported to a folder called 2009_10_halloween
Also write down your slideshow's height and width.
It doesn't really matter where you put it. You just need to make sure you can access it.
For example, let's assume I have a folder called galleries and I've uploaded my new slideshow folder into that subdirectory. I should be able to navigate to http://www.mysite.com/galleries/2009_10_halloween/index.html and see my slideshow.
DO NOT CONTINUE IF YOU CANNOT SEE YOUR SLIDESHOW FROM THE WEB
Find the page where you want to embed your slideshow.
From the WebPlus menu bar, select Insert->Web Object->HTML...
Drag a box where you want your slideshow to show up (the size of this box doesn't really matter)
Insert the following code after the <!--Body--> text:
<iframe src ="XXXXXXXX" width="600" height="700"> <p>Your browser does not support iframes.</p> </iframe>
You need to replace XXXXXXX with the link you figured out in Step 2, and set the width and height appropriately.
You may need to 'fudge' the height and width to remove scrollbars. Preview it and make any adjustments neccessary (this should not be neccessary when using SSP/LR version 1.5 an above)
You should now be able to publish your site from WebPlus and view it live on the web.