Dispatching custom event from a custom component
问题 I have a custom Flex 4.5 component (to be used in a List) - Game.mxml (represents a clickable playing table in a card game): <?xml version="1.0" encoding="utf-8"?> <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:comps="*" width="160" height="160" autoDrawBackground="false" creationComplete="init(event)"> <fx:Metadata> [Event(name="pref_event", type="PrefEvent")] </fx:Metadata> <fx:Script> <!