Pass data between flex components
问题 I'm new to flex , so forgive me if this is a dumb question. Right now I'm using custom events to pass data from one component to another. My problem is that events only bubble up. How can I pass data to a component that isn't a parent of the component dispatching the event? Here's the basic layout. I'm trying to get data from component 1 passed to component 3. Application MXML Component 1 Component 2 Component 3 回答1: If a piece of data is required by all components in a graph/tree, your best