Home / Components / User Interface / XML News Ticker /

XML News Ticker

20 purchases

flashreseller User Interface XML News Ticker The XML News Ticker is a complete solution to display latest titles on the website. This ticker can be used as a teaser on the main page of the website. The ticker displays a title that contains a settable URL to the main article. $6 http://www.flashcomponents.net/component/2009_news_ticker.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/2224_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

$6.00

buy now

Package includes: FLA

Flash Version: Flash CS3

Viewable with: Flash Player 9

Documentation level: Excellent documented

Flash knowledge level: Basic

Action Script: ActionScript 3.0

Product ID:F0902224

Author:

flashreseller

flashreseller avatar

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

 

Recently viewed:

Goal Thermometer
Vip Gallery Pack
Fireworks Button
Nice Star Effect
Team Members XML
Advanced Tooltip
TouchScroller CS
XML Photo Album
Rubber Menu AS2
Image Slider FX
Simple 3D Globe
Flip Date Clock

Please install flash first.

The XML News Ticker is a complete solution to display latest titles on the website. This ticker can be used as a teaser on the main page of the website.

The ticker displays a title that contains a settable URL to the main article.

The package includes a php version.

The Globe "Earth" had following settings: show/ hide, change position and change color.

showGlobe='2'
globeXpos='10'
globeColor='#205e86'

ShowGlobe can have 3 positions: 0, 1 or 2
0 = hide globe
1 = display globe as static image (images/globe.png)
2 = display animated globe

Scrolling speed, scroll direction and animation time can be set in the XML file.

scrollDirection='left'
timeInterval='2'
animationTime='1'

The width, height and background color of the ticker can be set in the XML file. Graphics and fonts can be changed inside the library of the main fla.

widgetWidth='590'
widgetHeight='30'
widgetBgColor='#2b85ce'

newsBgCornerRadius='20'
arrowShadowColor='#ffffff'

The news has 2 options. One in normal and another in over state where it can be set the background and font color. The radius of the over state can be set in XML. By default is set to 20.

XML NEWS READERS

IMAGE VIEWERS

VIDEO VIEWERS

FLASH MAPS

XML MENUS

XML UTILITIES

XML CALCULATORS

$6.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 3D Google Map

XML 3D Google Map is a web mapping service appl...[+]

More >>

Google XML Map

The Google XML Map is a complete solution to di...[+]

More >>

XML Vertical Menu

The XML Vertical Menu is a practical solution t...[+]

More >>

Related components:

XML News Reader

Load news with thumbs from an external XML file...[+]

More >>

Dynamic News Scroller

Dynamic, XML supported News Scroller. Both top ...[+]

More >>

HTML News Ticker AS3

Highly customizable HTML / CSS driven news list...[+]

More >>

1 / 22

Featured components:

Gatt XML Calendar

Gatt Flash calendar component can load day or r...[+]

More >>

E-Card Application v1.0

A Flash E-Card Application. Send and recieve E-...[+]

More >>

PhotoFlow (AS2 and AS3)

The photoFlow Flash component displays multiple...[+]

More >>

11 comments

Add comment

  • New tags have been added for the new component 2009 News Ticker

    #  /  PM  /  posted on Oct 12, 2009
  • I can see my special characters like ??š??š? .Is there any solution for this problem?
    I need this,please.
    this component is useless without special characters for me. :(
    Please resolve this.
    Best regards from
    Bolence



    #  /  PM  /  posted on Oct 26, 2009
  • Hi Bolonce,
    The font is embedded. Open fla file, select the textfield of newsSingleMc in the library, embed your chars on properties panel. After you finish, recompile and the ticker should work.



    #  /  PM  /  posted on Oct 26, 2009
  • Thanks FR,that is it.It`s works.Great job on this component.
    Now is useful.
    Best regards
    Bolence



    #  /  PM  /  posted on Oct 26, 2009
  • I have purchase this great plugin but unable to get it working on my site. Here is the current coding that I’m using


    <head>
    <script type=“text/javascript” src = “community/mod/riverdashboard/phpVersion/swfobject.js”></script>
    <body bgcolor=”#ffffff” leftmargin=“0” topmargin=“0” marginwidth=“0” marginheight=“0” scroll=“no”> <div id=“flashcontent”> </div> <script type=“text/javascript”> var so = new SWFObject(“community/mod/riverdashboard/phpVersion/download.swf”, “”, “582”, “40”, “9”, “#000000”); so.addParam(“allowFullScreen”, “true”); so.addParam(“scale”, “noscale”); so.addParam(“menu”, “false”); so.write(“flashcontent”); </script> </head>
    </body>
    </html>


    Any suggestion would be VERY helpful
    Thank You



    #  /  PM  /  posted on Apr 12, 2010
  • you need to put html in the same level of download.swf and all other files.



    #  /  PM  /  posted on Apr 12, 2010
  • you need to put html in the same level of download.swf and all other files.



    #  /  PM  /  posted on Apr 12, 2010
  • Sorry about he first email but my question or issues is that the news ticker is not showing on my site. I put all the files in “community/mod/riverdashboard/phpVersion” Here is the coding that I’m using


    <html>
    <head>
    <title>FlashReseller.com – 2009 News Ticker</title>
    <meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
    <script type=“text/javascript” src=“community/mod/riverdashboard/phpVersion/swfobject.js”></script>
    </head>
    <body bgcolor=”#000000” leftmargin=“0” topmargin=“0” marginwidth=“0” marginheight=“0” scroll=“no”> <div id=“flashcontent”> </div> <script type=“text/javascript”> var so = new SWFObject(“community/mod/riverdashboard/phpVersion/download.swf”, “”, “590”, “40”, “9”, “#000000”); so.addParam(“allowFullScreen”, “true”); so.addParam(“scale”, “noscale”); so.addParam(“menu”, “false”); so.write(“flashcontent”); </script>
    </body>
    </html>


    Any suggestions or ideas would be great.
    Thank You


    P.S
    email for some unknown reason is unable to send



    #  /  PM  /  posted on Apr 12, 2010
  • Open the fla file and set the path for the news.xml to be absolute to the location you have upload the product.



    #  /  PM  /  posted on Apr 12, 2010
  • Is it possible to have a transparent background for this component?



    #  /  PM  /  posted on May 16, 2010
  • As is right now is impossible. It needs some customization.



    #  /  PM  /  posted on May 17, 2010
Please login to post comments.