Okay, I have taken the functions and elements from the GeoRSS Feed Sample that is provided in the Flex Samples, and got them into the various parts of the Sample Flex Viewer. Now I am trying to add a graphic to the map, but there is no map in the Sample Flex Viewer! Where on earth would I put
<esri:GraphicsLayer graphicProvider="{georss.result}"/>
? There is no <esri:map> for this to appear in. I can watch the GeoRSSUtil iterate through my feed, and I know it's creating graphics, but where do the graphics go!!
Help me Jack!