Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: I am considering purchasing the business edition of VisualSlideShow but before could you tell me how this program integrates into Dreamweaver?
A: Visual Slideshow wasn't developed as Dreamweaver or any other CMS extension, BUT you can try to use it as standard Javascript files. To install the Visual Slideshow into your page:
1. Create your gallery in Visual Slideshow and publish it on a local drive in any test folder:
- click 'Publish' button on the main menu panel or Gallery->Publish
- select 'Publish to folder', click 'Browse' button and select any local folder
- click 'Publish' button
2. So you'll have folder with index.html file, 'data' and 'engine' folders.
Open index.html file from the saved folder in any text editor.
3. Copy code for the HEAD section and paste it inside the HEAD/BODY section of you own webpage, for example:
<head>
...
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlb{display:none}</style>
<script type="text/javascript" src="engine/js/mootools.js"></script>
<script type="text/javascript" src="engine/js/visualslideshow.js"></script>
<!-- End VisualSlideShow.com HEAD section -->
...
</head>
4. Copy code for the BODY section and paste it inside the Body section of you own webpage in the place where you want to have a slideshow, for example:
<body>
...
<!-- Start VisualSlideShow.com BODY section -->
...
<!-- End VisualSlideShow.com BODY section -->
...
</body>
5. Copy 'data' folder with images and thumbnails and 'engine' folder with .css and .js files into the same folder with your own webpage.
That's all.
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.