v3_01 创建一个事件类型并派发事件对象
v3_01 creating an event type and dispatching the event object? 创建一个事件类型并派发事件对象?ex3_01首先定义两个component
Choose.mxml
Preview.mxml?3.实例化事件对象4.将该事件对象分派到它的父组件,该父组件往往就主应用程序?6.具体处理函数//功能是打开previewEmployeeOfTheMonth 组件protected function chooseEmployee_showPreviewHandler(event:Event):void{previewEmployeeOfTheMonth.visible = true;}?