Hi Steven,
thank you for your quick answer. However, I still face some problems.
I want to have to pages: one for created websites and one for created housestyles.
I created in my root folder a file called galleries. In that file I've created 2 files: galleryhousesetyle and galleryweb. In each of those galleries I've created a gallery.xml and a galleryweb.xml. I also have index.html, thumbs and images in galleryhousestyle and galleryweb.
This is the code I have for housestyle:
<tr>
<td width="450"><!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars={};
flashvars.galleryURL="gallery.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "750px", "transparent", true, flashvars, null, null, null, false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED --></td>
</tr>
This is the code I have for the page showing websites:
<tr>
<td width="450"><!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars={};
flashvars.galleryURL="galleryweb.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "450px", "transparent", true, flashvars, null, null, null, false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED --></td>
</tr>
I want to integrate it in my own layout of my website thus I place the embedding code underneath the title (however, I have to find a solution because the images become quite small).
My problems:
- I only see 1 image on the housestyle-page.
- in the web-page (showing the created websites), I see the images of housestyle. In one way or the other I don't get the right .xml linked.
Can you please help me out?
Thanks
Rgds
Iris