In flex, how to get global coordinate position of a component?
Use the localToGlobal(point :Point) method of a DisplayObject.
localToGlobal(point :Point)
DisplayObject
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObject.html#localToGlobal()