Slide.Show Quick Start Guide

I am trying to build a slide show following the guide below:

http://www.vertigo.com/SlideShow/Slide.Show%20Quick%20Start%20Guide.pdf

Right now I am stuck in step #2 since when I open the page from step 2 it still looks the same as step 1.

See slideshow.html below:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Slide.Show</title>
		<script type="text/javascript" src="Silverlight.js"></script>
		<script type="text/javascript" src="SlideShow.js"></script>

</head>

<body>
<script type="text/javascript">
			new SlideShow.Control(new SlideShow.XmlConfigProvider());
		</script>

</body>
</html>

See Configuration.xml below:

<?xml version="1.0" encoding="utf-8"?>
<configuration width="600" height="400" background="Silver">
	<modules>
		<module type="SlideViewer" />
		<module type="ProgressBar" />
		<module type="SlideDescription" />
		<module type="NavigationTray">
			<option name="thumbnailViewer.left" value="83" />
		</module>
	</modules>
	<transitions>
		<transition type="FadeTransition" name="CrossFadeTransition" />
<transition type="WipeTransition" name="WipeRightTransition">
			<option name="direction" value="Right" />
		</transition>
	</transitions>
</configuration>

Please redirect me in the right direction to complete this guide and build my slide show.

Thanks

Victor

Hi,

This question is really specific to that software so you may get an answer at the authors site.

Unless someone here has used that slideshow then you will be unlikely to receive an answer.

It’s not a css question anyway so I’ll move it to web design (although the JS forum may also be appropriate).