Mega Code Archive

 
Categories / Flex / Components
 

Image source is from Repeater

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Repeater id="images" dataProvider="['logo.png','logo.png']">        <mx:Image source="{images.currentItem}"/>     </mx:Repeater> </mx:Application>