Vertical image slideshow generated .visss file. Where should I upload it?
Q: I have successfully created a gallery with VisualSlideShow. It works on my computer, but my web server does not allow .visss file uploads. Is it possible to covert the .visss file, or create it in another format, such as wmv, etc. ?
A: Actually, .visss file is a project file of your slideshow. It stores settings of your slideshow and paths to images. You shouldn't upload it on your server. It'll allow you to open your slideshow in VisualSlideShow window and make changes in the future.
To insert 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.
Related
May 08, 2013 I want image pop up after click in vertical scroll image slideshow gallery
I'm wondering if there's a way to click on an image within the slideshow ...
May 22, 2013 Vertical and horizontal images in the same html image slideshow generator
I have visualslideshow 1.7 on a Mac with Snow Leopard.
May 22, 2013 A column of file names insead of website image slideshow
I followed the instructions on VisualSlideShow site.
June 05, 2013 Vertical and horizontal images in image slideshow scripts
I have created a great slide show, but the software is cropping the heads off a few of the images. I use both vertical and horizontal images.
June 02, 2013 License key for jquery slideshow background image
Hi! One question... I work in an office where I use a Mac and my coworker uses a PC.
June 06, 2013 .png images in image slideshow gallery
I have downloaded the trial version but would like to know the following before purchasing a commercial licence: The images I am using are .
.
Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.