Best flex image rss list for results

nick55

New Member
I'm trying to find the best solution to display my rss on a mobile device from an rss feed.I think I've done every tutorial on list building for flex and yet to find the solution. here is the feed http://www.investorsclassifieds.com/index.php?option=com_adsmanager&view=list&format=feed&catid=0Here the code i'm using now but not attached to it if there is a better solution (I understand that nodes are different...I have a local sample with those node names). \[code\]<s:List id="propList" width="100%" height="100%" color="#040404" dataProvider="{listProp.lastResult.listings.listing}"> <s:itemRenderer> <fx:Component> <s:IconItemRenderer iconFunction="{data.image}" labelField="title" messageField="bedrooms" > </s:IconItemRenderer> </fx:Component> </s:itemRenderer></s:List>\[/code\]Here is the result I'm looking forhttp://investorsclassifieds.com/images/mobile-image.png(sorry stack wouldn't let me post an image)Thanks in advance.
 
Back
Top