See labs.saidmade.com for more detail
Use <?php get_flashfeedscrollreader() ?> instead <?php flashfeedscrollreader() ?>
Yes, you can set some params from php function, for example:
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"
The scroll feed item style is defined in style.css default file. You can edit style.css or write your own file in any location, for example:
http://mydomain.com/layout/scroller.css
Adobe Flash HTML engine is very strict. For example do not use:
span.myclass { color:#000 }
but use instead
.myclass { color:#000000 }




