UseCapture in AddEventListener SPEC INDIA
UseCapture in addEventListener :
1. When any event in flex is execture then EventManager is start sense of event from start.
Stage -> inner component -> sub component etc… and this flow is continue untill target of event generator not find.
2. This phase is called a event Capturing phase.
3. Generally there is 2 value true and false [...]

