Home / Components / User Interface / Loop News Widget /
Loop News Widget
93 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
$10.00
Package includes: FLA
Flash Version: Flash CS3, Flash CS4
Viewable with: Flash Player 9
Documentation level: Excellent documented
Flash knowledge level: Basic
Action Script: ActionScript 3.0
Product ID:F0902210
Please install flash first.
The Loop News Widget is a complete solution for displaying news on a website. The news would loop in the scene. This widget can be used as a teaser on the main page of the website.
The widget contains a title that contains a settable URL to the main article, news list with a brief text paragraph, date, day, time, and optionally an image.
Thursday, June 18, 2009 11:54 AM
images/elefant.jpg
News text can be HTML formatted.
Auto Loop Scroll can be activated and the loop speed can be setup from the XML file. Animation time, width, height and colors of the news widget can be set in the XML file. Graphics and fonts can be changed inside the library of the main Fla.
autoLoopScroll='yes'
autoLoopScrollSpeed = '2'
animationTime='2'
widgetWidth='450'
widgetHeight='300'
widgetPadding='10'
>
The images can have any size and aspect ratio, and this can be edited in the XML file.
thumbWidth='60'
thumbHeight='60'
thumbBorderWidth='2'
lineHeight='1'
lineColor='#252525'
$10.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 |
Other by flashreseller:
Related components:
Featured components:
This is a Complete XML Resizable Flash Template...[+]






















































36 comments
Add comment
1 2
jsaldana
Hi.. I am trying to feed the xml file to the component.. Can you please let me know what is the variable for the xml file? here is my code.. Thanks..
*<div id=“Newss”> <script src=”/Portals/0/FlashNews/swfobject.js” type=“text/javascript”></script> <!— Load SWFObject —> <div id=“flashcontent”> </div>
<script type=“text/javascript”>
var flashvars = { xmlUrl: “/Portals/0/FlashNews/news.xml”, name2: “world”, name3: “foobar” }; var params = { menu: “false” }; var attributes = { id: “myDynamicContent”, name: “myDynamicContent” };
swfobject.embedSWF(”/Portals/0/FlashNews/download.swf”, “flashcontent”, “450”, “300”, “9.0.0”,”/Portals/0/FlashNews/expressInstall.swf”, flashvars, params, attributes);
</script>
</div>*
#  /  PM  /  posted on Jan 24, 2010
flashreseller
change the variable in the code of download.fla
line 60
var xmlUrl = “news.xml”; // xml path
var xmlUr = String(root.loaderInfo.parameters. xmlUrl);
#  /  PM  /  posted on Jan 24, 2010
shari.hawley
Hello,
I purchased the Loop News Widget and am having a problem with the headline text getting cut off when I use a narrow widget width. Can you send me the fla with the titles wrapping? Thanks, Shari Hawley [email protected]
#  /  PM  /  posted on Mar 24, 2010
luisnunes380
I have bought your news reader but
how do i get the letters like ë or à and ã to work?
Thanks
#  /  PM  /  posted on Mar 30, 2010
flashreseller
shari.hawley, you need to add code for title, something like, title.wordWrap = true;
then re-compile it.
#  /  PM  /  posted on Mar 30, 2010
flashreseller
luisnunes380, you need to embed your special characters in the textfields. then re-compile it.
#  /  PM  /  posted on Mar 30, 2010
luisnunes380
Hello Flashreseller,
I don’t understand when you say “you need to embed your special characters in the textfields”. how do I do? I have the code:
<item href=‘http://www.flashcomponents.net/author/flashreseller.html’ target=’_blank’> <title>O CITROËN DS3</title> <date>Thursday, June 18, 2009 11:27 AM</date> <thumb>img/news/DS3-YSL.jpg</thumb>
<text><![CDATA[Acessório de moda incontornável]]></text> </item>
and the special characters don’t appear.
If you want, send me a email to [email protected]
Thanks
#  /  PM  /  posted on Mar 31, 2010
luisnunes380
Hello,
Just to say that I understand the problem and it’s works!
#  /  PM  /  posted on Mar 31, 2010
flashreseller
hi, luisnunes380, we mean open fla file —> open library panel —> newsSingleMc —> select the textfield —> embed your special characters on properties panel —> re-compile fla file
#  /  PM  /  posted on Mar 31, 2010
nishantha94
Dear designer, just i want to know that, how can i make the background colour alpha 0 ???? please reply soon, thanks in advance
#  /  PM  /  posted on Jun 09, 2010
flashreseller
no, it doesn’t support, because this will break some feature.
#  /  PM  /  posted on Jun 10, 2010
nishantha94
Highly appreciate your soon respond, and I have one more question
When I make the speed slower (autoLoopScrollSpeed = ‘less than 2 ‘) the scrolling text starts to vertebrate. How can I fix this? If it is not possible please make another one and upload, and then I am willing to buy that as well. thanks again.
#  /  PM  /  posted on Jun 12, 2010
flashreseller
we have tested what you mentioned before, if it is <2, it looks bad. you’d better make it equal = 2, or more than 2.
once we have solved this issue, we will update this file.
#  /  PM  /  posted on Jun 15, 2010
kruller001
Just bought your reader, pretty slick, how do I change the hover color?, I opened up the fla. file and went to the actions, see a lot of actionscript code, could you tell me what line ?
#  /  PM  /  posted on Apr 18, 2011
kruller001
How do I change the hover color?
#  /  PM  /  posted on Apr 18, 2011
flashreseller
Edit these lines.
newsBgColor is the para that controls the color of normal and over state.
#  /  PM  /  posted on Apr 18, 2011
1 2