After working on accessing WordPress through the RSS feed with Flash, I have finally achieved what I was aiming for: I wanted to be able to tween the headings of each post individually as well as make them links to the actual post. Also, as you will see, this swf is dynamic meaning it will update itself to have the most recent blog post headings. Here is what I came up with:
I did come across a few interesting things. When accessing the titles of each heading, I used “.nodeValue”, but when accessing the links of the headings I had to use “theNodePath.toString()”. I thought this was weird because all the information looked the same inside each node in the XML.
I will use this technology on my blog as well as my Flash site, once I get some time to work on them. Hopefully soon, because I am pumped that I figured out how to do this.
Cya
Tags: Development, Flash, Wordpress












