Is it possible to define repeaters at runtime? I've scanned the web
and didn't find anything. I would like an Image array defined within a
repeater but WITHOUT using the mxml 
<mx:Repeater id="myRepeater" dataProvider="...>
<mx:Image id="myImage"/>
</mx:Repeater> 
.
.
.
.
so that I can access it later in the code: myImage[10].source=...

Thanks 

Reply via email to