Topic: How do I embed simpleviewer galleries into HTML?
I followed the instructions in the FAQ to embed into HTML with no success.
I then took a chance and used the standard embedding code for most flash galleries and I got this:
www.keepsake-images.net/nuevo2.html
My simpleviewer files including my images, .xml and index.html sit in a folder called Engagement
To get this far, I ended up making a copy of the .xml file and putting it into the root directory where nuevo2.html exists - what you see on the page now is the placeholder for simpleviewer, but of course no images.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="523" align="middle">
<param name="movie" value="/Engagement/viewer.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="BGCOLOR" value="#000000" />
<embed src="/Engagement/viewer.swf" width="100%" height="523" align="middle" quality="high" scale="noscale" bgcolor="#000000" scripttype="text/javascript" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
SO, i know this is because the current code for that page doesn't refer the location of the images, but I don't know what else to do.
My ultimate goal will be to have 3 total simpleviewer galleries which will embed on 3 individual html pages .
HELP!
:shock: