Search Flex Components Free

Custom Search

December 17, 2007

Simplified Binding Example for Flex 2

Finally figured out a way to get my code to render properly in my blog. There seems to be some confusion on how to communicate between components. This example kinda covers most of the basics.

Child Component:


[Event(name="childEvent", type="flash.events.Event")]
Parent Application:

Related Flex Tutorials