Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You use custom events to communicate information and data between application components. As I described previously, Flex applications are built with a modular architecture, with functionality divided between multiple components. When a component needs to share information with the rest of the application, it does so by dispatching an event.
The following MXML component displays three choices of Small, Medium, and Large in a group of RadioButton components: