…reference to yesterday post, I was wondering how did we parse the feeds from the Flickr as Arrays…
photoFeed = event.result.rss.channel.item as ArrayCollection;
…so today, I tried pasting
http://api.flickr.com/services/feeds/photos_public.gne?format=rss_200_enc
into the web-browser and I got a photo feed page… viewing it’s source.. I noticed the xml page is formatted in this manner
<rss version=”2.0″ xmlns:media=”http://search.yahoo.com/mrss/”
xmlns:dc=”http://purl.org/dc/elements/1.1/” [...]
Archive for the ‘XML’ Category
Retrieving data from XML Files or Feeds?
Posted in Flex, XML, tagged Flex, RSS, XML on September 24, 2008 | Leave a Comment »