Hi. I've found lots of tutorials and articles about custom events, but I can't find the TRUTH about passing events to siblings. My problem in Flex: the main app has 2 childs: a control bar with buttons and a pane to display thumbs. I want a button in the bar to change the currentState in the thumbs pane. I have made a custom event to pass a parameter along the event. The main app ...


