Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : Flashtuning on 09/19/2008
4315 pageviews, 19 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3, Flash CS4 and above
AS Version: ActionScript 2.0
Highly customizable HTML / XML driven news list with custom scrolling and coloring effects. Flash 8 / Flash CS3 / Flash CS4 and above / ActionScript 2.0 version.
You get two versions of the news list application at the price of one.
KEY FEATURES:
* Custom news list width/height, border color, border size, border transparency, background color, background transparency, cell spacing, cell padding support;
* Individual cell transparency, width/height, background color, background transparency support ;
* External CSS text formatting for text and links;
* Custom library fonts support for individual cell titles and text;
* Easy to customize each graphic symbol used inside Flash;
...and much more!
Check also the HTML/XML News List AS 3.0
- Price : $14
- buy now
- add to alerts
HTML / XML News List 1
HTML / XML News List 2
Thx, I'll try.
Another question: can I set transparency on newsList background?
Hi,
1. You can simply try adding you own mouse wheel function inside the newsListBox MovieClip code layer:
//Custom mouseWheelvar wheelSpeed = 5;
var mouseListenerbject = new Object();
mouseListener.onMouseWheel = function(delta) {
var signum = 1;
if (delta<0) signum = -1;
sb.scrollPercentage = (wheelSpeed * signum);
}
Mouse.addListener(mouseListener);
2. Or as an alternative you can move the Scroll Bar from the news .swf in the parent .swf and set the targetMovieClip parameter of the the Scroll Bar component to scroll the Movie Clip loading the news .swf file.
Best,
FT
Mouse wheel doesn‘t work when news swf is loaded to another swf. How can I fix that problem?
After you purechase the file, you can do so by setting the scrollPercentage property of the Scroll Bar component with a certain value and the news will auto scroll.
Any chance to add auto scrolling function?







help
and feedback
latest
news
latest
forum entries
Sure, you can set transparency for whole table using the bgalpha (e.g: bgalpha = "50") attribute inside the table tag and/or for individual cells. You can also set the adjacent borderalpha property.