Plugin Directory

Flash Feed Scroll Reader

Author: Giovambattista Fazioli

Flash Feed Scroll Reader is a Adobe Flash Feed Reader with horizontal scrolling. You can set one or more feed to fetch. The scroll rendering is in HTML Adobe Flash, so you can edit style.css file for change color, fonts and rendering.

In this version you can set options and call php function:

for show flash scroll feed.

New from Ver. 0.9.5

  • stringcutend param: String to append when the description is cutted, default "[...]"
  • target param: Window target on click feed title link, default "_blank"

New from Ver. 0.9.0

  • Support "aggregator" features for multiple feed fetch
  • Add params "useaggregator" for use feed list in settings

New from Ver. 0.8.1

  • Improve scrolling engine
  • Support bgcolor for fade in and out scrolling

New from Ver.0.7

Now you can set some option from php function:

<?php get_flashfeedscrollreader("width=100%&height=20") ?>

Usage:

* width:          Flash movie width. This value can be in pixel or percent
* height:         Flash movie height. This value can be in pixel or percent
* feedurl:        URL address of feed rss to show
* scrollspeed:    Scroll speed in millisecond
* separator:      HTML text between feed title
* description:    Set to "1" for show description content. "0" for none
* stringcut:      If description is set to "1" this is the number of chars to show
* stringcutend:   String to append when the description is cutted, default "[...]"
* stylesheet:     StyleSheet URL address
* bgcolor:        Background color for Flash Movie in #RRGGBB value
* wmode:          Window Mode for Flash Movie: Window, Opaque, Transparent
* useaggregator:  Set to '1' for use aggregator setting, else '0' default
* target:         Window target on click feed title link, default "_blank"

Related Links