Browsing XML with Flash
Apr 30. 04So, I finally got round to having a look at the Data components in Macromedia Flash MX 2004. I decided that a good place to start would be to create a small application for browsing the RSS feed of this very site.

I quickly came across a sample application on the Macromedia site and took to deconstructing and re-assembling the code. Once I’d got my head round the concept of binding XML nodes (Is that the right terminology?) to fields or instances it quickly began to make sense.
Well, now that I have a better understanding of how I can use XML together with Flash maybe I can think about applying these skills to some future commercial projects.
Update: Anyone know how I can ‘format’ the excerpt field to render out links and HTML chars correctly??? I’m guessing I need to attach a stylesheet in some way…?
Update: I think I’ve sussed the HTML chars issue and have implimented some simple styling of “a” tags within the excerpt field. Neat. 