Updates
v1.2 - Jan 28 2010 * fixed slide show delay seconds issue * fixed playing swf as slide issue v1.1 - August 16 2009 * Enhanced link property, now you can define where the link should open. "_blank" or "_self" * allow open javascript Lightbox by using jQuery * Allow load xml file path from html swf object * Added arrow button alpha parameter in xml properties.
Features:
* Full xml driven, no limit on slides number * Actionscript 3 * All components are within one MovieClip * Able to forward, backward, and timer control slide * Resizeable * Able to call javascript function to display lightbox effect * Easy to control slides * Easy to remove/add buttons, panel, caption text, links and effects
Properties from XML
<properties
seconds="8"
width="590"
height="300"
imageAnimationSeconds="0.6"
panelAlpha="0.3"
buttonAlpha="0.7"
imageSmoothing="false"
autoHide="true"
hideControl="false"
hideCaption="false"
hidePanelBackground = "false"
hideBlurEffect="false"
hideLink = "false"
/>
Sample XML for one slide
<slide>
<title>SLIDE 1 TITLE</title>
<description>Vivamus massa urna, facilisis non porta in, faucibus in quam. Donec malesuada mauris consequat metus congue auctor. </description >
<path>images/01.jpg</path>
<link target='_blank'>http://activeden.net</link>
</slide>
Enhanced Link Properties
<link
type="lightbox" //optional
width="500" //if type set to lightbox, then this is mandatory
height="500" //if type set to lightbox, then this is mandatory
target="_blank" //default is "_self", if type set to lightbox, then this is will be always set to "_self".
>

