Download sample

// AUTOSLIDE by RUSSELL CHUN
// image data in the XML document, "slidedata.xml"
// automatically loads swf, jpg, or flv files
//
// Attributes:
// how="dissolve" or "wipe"
// audio src="filename.mp3" or "none"
// looping = "true" or "false"
// controls = "true" or "false"
//
// change the look and feel of the controls by swapping Pause and Play button symbols
//
/* XML structure
<autoslide>
<audio src="audiofile.mp3"/>
<transition how="dissolve" miliseconds="1000"/>
<URL path="pathwaytoimages/"/>
<slides looping="false" controls="true">
<img src="01.flv" seconds="6" videowidth="400" videoheight="300"/>
<img src="02.jpg" seconds="3"/>
<img src="03.swf" seconds="4"/>
</slides>
</autoslide>