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:
- Unzip the file slideshow.zip file onto your local computer.
- Drag and drop some photos that you want to display in a slideshow into the slideshow folder.
- 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!)
- Upload everything to your website.
- 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>