Hello All flexcoders, I have a small problem in my mxml file. I have attached a file too.
In this application I am trying to do is: 1) User selects more than one location from a list control. Depending on locations selected I generate the number of child panels in an accordion with the title as name of a location. 2) What I want to do is send HTTPService to flickr.com and get the pictures for the location selected from flickr. For every location selected pictures must be displayed in a separate accordion panel. This accordion panel contains TileList and images must be displayed in a tilelist. I have used FlickrItemrenderer which is present on adobe.com. How can I do it? How can I send the multiple HTTPService requests? I am able to do part 1) of thie email. I need help with part 2. I tried that too but wasn't able to get images displayed in a TileList. Is there any other webservice like flickr easy to access and requires less filtering. In flickr, there are many irrelevant images. Does anybody know how to embed a .swf file in other .mxml application. Any help would be appreciated. Thanks in advance

