How to ...
How to create autoviewer html pages
- Download free autoviewer from here
- Follow these steps
- ...or follow the steps below.
- Autoviewer files/directory structure:
- autoviewer.swf
- swfobject.js
- index.html [refers to: autoviewer.swf and user .xml (default = gallery.xml)]
- gallery.xml
- ./images [default directory for images]
- build_av_gallery.php [script which generates the gallery.xml automatically]
- Copy your images into ./image folder and edit gallery.xml
- gallery.xml includes first the gallery definitions
- <?xml version="1.0" encoding="UTF-8"?>
- <gallery frameColor="0xFFFFFF" frameWidth="0" imagePadding="5" displayTime="3" enableRightClickOpen="true">
- Mimimum image definition needed:
-
<image>
<url>images/kuva1.jpg</url> <width>465</width> <height>700</height> <caption></caption>
</image>
- <gallery>
Test how it looks - here
Last modified: Thu Dec 30 23:27:32 EET 2010