Home / Components / User Interface / Loop News Widget /

Loop News Widget

89 purchases

flashreseller User Interface Loop News Widget 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. $10 http://www.flashcomponents.net/component/2009_loop_news_widget.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/2210_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$10.00

buy now

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

Author:

flashreseller

flashreseller avatar

What is FlashReseller? We are a team of flash developers and marketers starting a new brand of quality...

 

Recently viewed:

Refrigerator
FLV Playlist Player
Video/ Image Carousel
Portfolio Showcase with Scrollable/ Sortable Submenu
XML Driven Carousel
Classic Menu XML
Classic Scroll Bar AS2
3D Image Stack XML AS3
XML FLV Player H-List - AS2
XML Sliding Images Scroller A.S 2.0
XML Resizable Photo Gallery V3
Perpetual XML Image Scroller

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'

XML NEWS READERS

IMAGE VIEWERS

VIDEO VIEWERS

FLASH MAPS

XML MENUS

XML UTILITIES

XML CALCULATORS

$10.00

buy now

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:

XML Image Ticker with Description

The XML Image Ticker with Description is a comp...[+]

More >>

RSS News Ticker

The RSS News Ticker is a complete solution to d...[+]

More >>

Vertical Slider Image Rotator with Timer

The Vertical Slider Image Rotator with Timer is...[+]

More >>

Related components:

AV Panel News V2.1

AV Panel News V2.1 an easy and attractive to re...[+]

More >>

XML News with Image and Nice Animation

All text loaded from XML. XML news with image a...[+]

More >>

AV Panel News V5

AV Panel News V5 an easy and attractive to read...[+]

More >>

1 / 22

Featured components:

HTML / XML Video List AS2 - v1 ( & FLV Player )

Highly customizable HTML / XML driven video lis...[+]

More >>

3D - Yeah! Gallery v(2.0)

3D Yeah! Gallery v(2.0) is a sophisticated ,...[+]

More >>

Advanced Events Calendar

Perfect dynamic event calendar , XML driven. It...[+]

More >>

36 comments

Add comment

  • 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
  • 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
  • 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 sharihawley@gmail.com



    #  /  PM  /  posted on Mar 24, 2010
  • 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
  • shari.hawley, you need to add code for title, something like, title.wordWrap = true;


    then re-compile it.



    #  /  PM  /  posted on Mar 30, 2010
  • luisnunes380, you need to embed your special characters in the textfields. then re-compile it.



    #  /  PM  /  posted on Mar 30, 2010
  • 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 luisnunes.380@gmail.com


    Thanks



    #  /  PM  /  posted on Mar 31, 2010
  • Hello,


    Just to say that I understand the problem and it’s works!



    #  /  PM  /  posted on Mar 31, 2010
  • 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
  • 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
  • no, it doesn’t support, because this will break some feature.



    #  /  PM  /  posted on Jun 10, 2010
  • 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
  • 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
  • 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
  • How do I change the hover color?



    #  /  PM  /  posted on Apr 18, 2011
  • Edit these lines.

    newsBgColor is the para that controls the color of normal and over state.



    #  /  PM  /  posted on Apr 18, 2011
Please login to post comments.