AS3 Simple XML News Scroller v1.0
Author: Clemente Gomez Website: http://www.kreativeking.com FlashDen Portfolio: http://activeden.net/user/cg219/portfolio
Description: Very simple News Scroller with simple Features. Check out the preview for some of the features.
BlurbSize, DateSize, TimeSize = font size of the news, date and time respectively.
BlurbColor, DateColor, TimeColor, OverColor = font color for news, date, time and rollover color respectively
Selectable = boolean that sets the text selectable or not.
Speed = Speed of the text motion. The Higher the Number, The slower the speed.
XML File of Settings
<settings>
<blurbSize>14</blurbSize>
<dateSize>14</dateSize>
<timeSize>14</timeSize>
<blurbColor>0x333333</blurbColor>
<dateColor>0x222222</dateColor>
<timeColor>0x111111</timeColor>
<overColor>0xEF0038</overColor>
<selectable>false</selectable>
<speed>25</speed>
</settings>
News Info XML File
<?xml version="1.0" encoding="UTF-8"?>
<tickerInfo>
<node>
<date>Dec, 12 2008</date>
<time>11:48am</time>
<blurb link="http://activeden.net/user/cg219">Check Out my portfolio</blurb>
</node>
<node>
<date>Dec, 13 2008</date>
<time>1:48am</time>
<blurb link="http://activeden.net/">Sign up for Flashden and purchase this</blurb>
</node>
<node>
<date>Nov, 14 2008</date>
<time>12:48am</time>
<blurb>Happy Holidays from cg219</blurb>
</node>
</tickerInfo>
TweenLite is required to recompile. Free at http://www.tweenlite.com/
____________________________________









47 Purchases
16 Comments