I have a swf file with a number of symbols that I'd like to display 
dynamically.  I have a 
repeater with an Image component.  The repeater is binded to an Array of text 
that mimics 
the symbol names in my SWF.  This Array is dynamically populated with the 
symbol binded to 
the currentItem of the repeater (which doesn't work).  I can't seem to display 
the swf this way, 
is there a way to do this?



<mx:Repeater id="rp" dataProvider={arrayImage} >
     <mx:Image source="@Embed(source="imageSwf.swf", symbol={rp.currentImage})" 
/>
</mx:Repeater>

Reply via email to