I am having a list which is rendered to display images , name of all images is in dataprovider of list. Now i am unable to find how to make all images as embedded images as the name is coming from dataprovider?
Below is list:
<s:List itemRenderer="imglist">
<s:dataProvider>
<s:ArrayList>
<fx:String>img1.jpg</fx:String>
<fx:String>img2.jpg</fx:String>
<fx:String>img3.jpg</fx:String>
</s:ArrayList>
</s:dataProvider>
</s:List>