Home / Components / User Interface / HTML / XML News List AS3 /
HTML / XML News List AS3
108 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$8.00
Package includes: FLA, SWF, HTML, XML, JS
Flash Version: Flash CS3, Flash CS4, Flash CS5, and above
Viewable with: Flash Player 9
Documentation level: Well documented
Flash knowledge level: Intermediate
Action Script: ActionScript 3.0
Product ID:F0800986
Please install flash first.
This product is included in ALL FILES PACKAGE:
Highly customizable HTML / XML driven news list with custom scrolling and coloring effects. Flash CS3 / Flash CS4 and above / ActionScript 3.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;
* Optionally set the main XML configuration file path in HTML using FlashVars
Check the general Tips & Tricks page regarding all FT products.
Check also the HTML/XML News List AS 2.0
Check also other great FlashTuning.net products such as 3D XML Carousels, 2D & 3D XML Menus, XML Banner Rotators, XML Galleries & Slideshows, Video Lists & FLV Players, HTML News Readers by clicking the image below:
$8.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |












57 comments
Add comment
1 2 3
Flashtuning
Hi,
Sure. You simply press CTRL L to open the movie library and look for the Scroll Bar assets folder and you’ll find each graphic symbol used by the scroll bar that you can adjust any way you like.
Best regards,
Flashtuning
#  /  PM  /  posted on Feb 24, 2009
lallax03
I would like to change the color title of the news details…but it is always pink. Help me!
p.s. I changed the xlm file.
#  /  PM  /  posted on Mar 01, 2009
Flashtuning
Hi,
To change the title color you edit the newsList CSS stylesheet file and adjust the title stlye attrybutes.
Best regards,
Flashtuning
#  /  PM  /  posted on Mar 01, 2009
squatcheye
Hi! I was wondering if there was a way of making the scroll bar refresh to the top when you click on the “return to news” button?
Also, have you had any issues with the news section working in Firefox?
#  /  PM  /  posted on Mar 10, 2009
Flashtuning
Hi,
Is you want to set the scroll bar to top when returning to the news list you’ll use the scrollPercentage property of the Scroll bar component similar to:
We have had no issues with the news section in Firefox.
Best regards,
Flashtuning
#  /  PM  /  posted on Mar 10, 2009
nalinir
I just downloaded this file yesterday and am having a problem with the newsDetails.css file.
When I make changes to a class in the newsDetails.css file, (for instance, I changed .newsTitle to have color: #16D308) the change is not reflected in the .swf file when I test publish it. Instead, the color of the title is #35CBFA.
I cleared my cache just in case, but that didn’t help.
It seems as if there is some path/reference to that .css file that is broken or missing. Can you shed any light on this issue?
Thanks in advance. I like this application very much otherwise.
#  /  PM  /  posted on Mar 27, 2009
Flashtuning
Hi,
The newsDetails.css is only for the text body of the news details. The styles defined there are generic…you can create your own styles.
In the newsInfo.xml file you’ll use the <span></span> attributes: <span class=“yourstyle”>some text block</span> to apply the respective style to text blocks.
To change the text attributes for the title only of the news details you edit the .fla file in Flash and edit the text filed properties inside the newsTitle clip.
Best regards,
Flashtuning
#  /  PM  /  posted on Mar 27, 2009
nalinir
Thanks for the help; that fix worked. Now I have another question.
When I publish the .swf file, the scrolling action isn’t working. I cannot use my mouse wheel to scroll through the items. I also can’t just move my mouse up and down over the news list to scroll it – as is demonstrated in the NewsList1 version.
Any advice?
#  /  PM  /  posted on Mar 27, 2009
Flashtuning
@nalinir:
If you want to activate the roll over mouse scroll in news list 2 variation go inside the xml configuration file and set the roll over scroll parameter to 1.
If you want to enable mouse wheel go inside Flash, select the Scroll Bar component / open the Components Inspector Panel and set tje useMouseWheel property to true.
#  /  PM  /  posted on Mar 27, 2009
Flashtuning
Note: mouse wheel works only after you click in the swf area (and your flash movie gains focus like you see in the second example on the product page)
#  /  PM  /  posted on Mar 28, 2009
nalinir
OK – the mouse wheel scroll is working after I click on the swf area as you described. However, the roll over scroll is not working, and I am using newslayout1.
Not only is it not working in the browser, but it is actually not working when I “test” the .swf from Flash.
#  /  PM  /  posted on Mar 28, 2009
Flashtuning
Everything is working just fine, the only difference is that we have deliberated disabled the roll over scroll for the second variation of the list.
If you want to enable scrolling on mouse over for tje second version edit the .fla file of news list 2 in Flash and edit the newsListBox clip / go to the ReadMe layer and set the useRollOverScroll variable to 1 or go to line 489 and uncomment the line that reads the value from xml.
#  /  PM  /  posted on Mar 28, 2009
nalinir
Thanks for the prompt reply, but I think we are misunderstanding one another. I am am NOT using news list 2, I am using/editing *html news list 1 * – NOT 2.
I went into the code of news list 1 in the two places you told me, and here is how the code is presently written:
line 15: var useRollOverScroll = 1;
line 465: *if (objects[i].attributes.param==“useRollOverScroll”) this.useRollOverScroll = Number(objects[i].attributes.value);
I am stumped. I must be missing something because even in the original “index1.html” file I received in the download, the roll over scroll is not working. Can I send you a zipped version of what I received?
Thanks in advance
#  /  PM  /  posted on Mar 28, 2009
nalinir
please note on line 465: there is no “*”. It actually reads:
if (objects[i].attributes.param=="useRollOverScroll" this.useRollOverScroll = Number(objects[i].attributes.value);
#  /  PM  /  posted on Mar 28, 2009
Flashtuning
There are two things you have to consider:
1. Edit the config1.xml file and go to:
and set this value tu 1 and re-run your Flash movie.
2. If you modify some parameter values in Flash you can remove or comment the same parameters from XML, else the default value for the parameters within Flash will be overwritten with values given in the xml file ( in your case even if you had roll over scroll set to 1 in Flash, it was overwritten by the zero value from the XML – so set that value from XML to 1 and everything will work just fine ).
#  /  PM  /  posted on Mar 28, 2009
nalinir
That was it!!! Wonderful component. Thanks for the help.
#  /  PM  /  posted on Mar 28, 2009
adlib33
Using this as a Blog/News section on my site. The component works great, however, I’m having issues removing the component when a new section needs to load. I am adding the newsreader dynamically – as a swf loading into container mc. It works, but when I try to removeChild/ unload(), the container mc fades out but the newsreader stays and stays. Anyone else have this problem? I read somewhere that the Flash Player had a bug and won’t release swf’s that have any events still going or not removed.
Would you be able to point me to the areas of code have listeners/tweens/timers and give me a couple of examples of the code to add that would remove them. This so I could test the “strings attached” theory out.
I’ve really tried everything else to get this component to fade out as the container MC does.
I’m using CS4/FP9
#  /  PM  /  posted on Mar 31, 2009
Flashtuning
Hi,
Try doing something else. Create and remove each time the main container empty movie clip not the content within that movie clip. If you want to have a look at the code edit the .fla file in Flash and check the ReadMe layer inside the news list clip ( the are events such as onTableRendered and enterFrame).
Best regards,
Flashtuning
#  /  PM  /  posted on Mar 31, 2009
adlib33
Try something else? Wow, thanks for that…..:(
I have tried many, many different ways of removing dynamic content from the stage. The container mc that is holding the swf goes away and reloads just fine. The swf that is your component will not go anywhere, however. No matter what I try. Worse yet, if I click on that loading button again, the component loads over itself and now I have two or three versions of it playing and hogging resources. Not good.
Any SPECIFIC ideas for a solution?
Thanks
#  /  PM  /  posted on Apr 01, 2009
adlib33
Let me just add that I’d love to fix this unloading problem. I really like the look,feel and functionality of this component and am trying hard to use it for my site.
#  /  PM  /  posted on Apr 01, 2009
1 2 3