you can override this function of the container if you are using item
renderer

<mx:HBOX>
<mx:Script>
         <![CDATA[
// item renderers are recycled so you have to make sure
// that all code paths lead to a known state.

override public  function set data(item :Object){
super.data = item;

//yours stuff
}

    ]]>
</mx:Script>
<image src="data.url"/>
</mx:HBox>


Thanks,

with regards,
JJain

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to