I added event listeners to each item, I added the items at runtime to a horizontalList. But not sure how to invoke the listener when the individual item is clicked. I can't define clickFunc because my dataProvider looks like this:
<mx:dataProvider> <mx:ArrayCollection/> </mx:dataProvider> Thanks, Veena

