Update : Mar.03.2008
===============================================
Features :
.: Unlimited news supported (auto scroll)
.: Flash 9 (CS3) – Actionscript 3
.: XML driven (duration, windowMode)
.: Reskinable resizeable easily
.: Auto slide show
.: HTML text supported for description and title.
.: Use my own KTween engine (not using TweenLite anymore)
How to:
1. How can i change the image’s size, the description’s size, the menu item’s size, the menu’s size?
The KBulletinAS3 was made width three independent part, you can move, and resize each without affects others (image_mc, description_mc, menuMask_mc)
- Open the KBulletinAS3.fla file in Flash CS3
- To change the image’s size : double click on image_mc (on the lowest layer) and set the rectangle to the new size, this rectangle is the image’s background, the image will fit on it.
- To change the description’s size : double click on description_mc then change the size of the background, description_txt, and over_mc to the size you want.
- To change the menu item’s size : open the library panel (ctrl+L), double click on menuItem movie to edit it, change the size of bg, alpha_mc, over_mc and title_txt, you also need to change the menu’s width together with this
- To change the menu’s size : double click on menuMask_mc and change the rectangle to the size you want, you also need to change the menu item’s width together with this.
2. How to change the active color :
- Open the KBulletinAS3.fla file in Flash CS3
- Open library panel (Ctrl+L)
- Double click on menuItem
- Double click on alpha_mc
- Change the color of the rectangle to the color you want
3. How to change the xml file through flashvars
- This KBulletinAS3 support one flashvar. It’s xmlFile, you can use it to change the xml used
4. How to remove the link from the click on image :
- Open xml/KBulletinAS3.xml file
- Remove the link properties which you don’t like to have
5. How to open the link in a new window instead of the current window
- Open xml/KBulletinAS3.xml file
- Change the winMode=”_self” to winMode=”_blank”

