Flex
view rss
var selectedBlog; var selectedEntry; function treeItemSelected(evt) { // When a new blog is selected in the tree, use the HTTPService to get the feed var url=evt.target.selectedItem.attributes.url; if (url!=null) { selectedBlog=url; feed.send(); } }