Transio (Flash) Slideshow

Here's a simple plug and play Flash Slideshow tool that you can use in your websites and in MySpace!

How it works:

  1. Unzip the file slideshow.zip file onto your local computer.
  2. Drag and drop some photos that you want to display in a slideshow into the slideshow folder.
  3. Edit the file slideshow.xml so it lists the names of the image files you want to display.  Don't forget the extensions (e.g. .jpg!)
  4. Upload everything to your website.
  5. That's it!

Here's an example of what your XML file should look like:

<?xml version="1.0" encoding="iso-8859-1"?>
<slideshow fadeTime="0.5" displayTime="1">
    <img src="transio1.jpg" />
    <img src="transio2.jpg" x="100" y="10" />
    <img src="transio3.jpg" xscale="50" yscale="90" />
</slideshow>