Included are:
- ActionScript 3.0
- Flash CS3 , Flash CS4 ++
- preview.fla
- data.xml
- swfobject.js
view help file
Features
- Auto slideshow
- Dynamic XML driven
- Unlimited number of items
- Supports images (JPG, PNG , GIF) or flash SWF animated files
- Time period for each banner is set in XML
- URL links for each image set in XML ( _blank or _self )
- Link buttons ( bg color & text color & text content ) for each image set in XML
- Background colour for each content set in XML
- image + text content / & / swf + text content / & / only image content / & / only swf content / & / only text content, Set in XML
- TransitionEasingDuration time is set in XML
- FONT : ” Myriad Pro “
- Easy to use
- 87 kb (embed font) / 17 kb (no embed font)
- Help file included
How to modify the file:
<?xml version="1.0" encoding="utf-8"?>
<banner
bannerWidth="940"
bannerHeight="300"
arrowSpace="10"
arrowColor="0xffffff"
arrowOverColor="0x333333"
TransitionEasingDuration=".6"
>
<item>
<imgWidth>270</imgWidth>
<imageMarginLeft>80</imageMarginLeft>
<imageMarginRight>40</imageMarginRight>
<image>images/1.swf</image>
<title><![CDATA[<b><font color="#666666">TIGERWORKS </font><font color="#ffffff">BANNER ROTATOR</font> </b>]]></title>
<txt><![CDATA[XML driven content. No knowledge on Flash needed.]]></txt>
<time>3</time>
<bgColor>0x00ccff</bgColor>
<btnColor>0xEDEDED</btnColor>
<btnOverColor>0x333333</btnOverColor>
<btnTextColor>0x333333</btnTextColor>
<btnTextOverColor>0xEDEDED</btnTextOverColor>
<urlText>Learn More and Purchase ></urlText>
<url>http://activeden.net/user/tigerworks</url>
<target>_blank</target>
</item>
</banner>