See how much you can customize it without opening the Flash source file:
All you need to do is modify a XML file using your favourite text editor, e.g., Notepad...
Sample xml file (You only need to change the text in red):
<Settings>
<title>Latest News</title>
<rssFeed>http://feeds.theage.com.au/rssheadlines/top.xml</rssFeed>
<titleTextColor>7B896D</titleTextColor>
<headlineTextColor>9BB280</headlineTextColor>
<descriptionTextColor>000000</descriptionTextColor>
<stagebackgroundColor>dddddd</stagebackgroundColor>
<backgroundColor>E9F8E3</backgroundColor>
<insideBorderColor>FFFFFF</insideBorderColor>
<arrowColor>7B896D</arrowColor>
<usePHPProxcy>yes</usePHPProxcy>
</Settings>
Note: If the rss feed file resides on other websites server, your website's server needs to support PHP 4. This is due to Flash security setting.
A PHP script file is included in the download. You don't need to have any knowledge about PHP.
If the rss feed resides on the same server then no need to worry about the PHP thing.