Using events, there is no need. Have the item in the repeater send a event and its parent can listen for it. The even object will have a reference to the item dispatching the event. This is typically the preferred and preached approach giving you all that decoupling vocabulary.
DK On 4/30/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > "Figuring out how to reference the individual items repeated from a > actionscript wasn't particularly easy OR well documented." > > I may well be back in a little while with follow up questions!! > > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4032 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
