通过dispatchEvent()方法手工派发事件
var success:Boolean = instanceObject.dispatchEvent(new FlexEvent("event_type")); //派发事件“event_type” 为事件类型,如click