infopop's "ultimate bulletin board" forum program has the ability to dynamically pull information from the message board and place it somewhere else. for example, you can display the 5 most recent posts on the board within a little table on your homepage.

i'd like to do something similar, except display the most recent posts within a flash movie.

knowing that flash works well with xml, and that the infopop program can output the data i need as xml, i was hoping someone here could walk me through how i get the flash movie to display the information?

i've already set up my boards to dynamically output the information i want (5 most recent posts in a particular forum) as an RSS (1.0) file, which i'm told will work. that gives me a single xml string:

http://www.robkamphausen.com/ubb/Con...ds/4/rss10.xml

but how do i enter that into a flash movie, in order to display the textual information? better yet, if its a lot of information, can it be set up to scroll?

thanks for any clouds you can clear in my head!