I am trying to populate a GraphicsLayer with coordinates stored in an external XML file. I was wondering if this was possible, preferably without extending the GraphicsLayer component.
Thanks guys, I figured it out soon after I posted this. I simply set up an HTTPService which creates graphics based on the X and Y fields of the XML file when the ResultEvent is fired.