views:

89

answers:

1

In flex, how to get global coordinate position of a component?

+2  A: 

Use the localToGlobal(point :Point) method of a DisplayObject.

http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObject.html#localToGlobal()

Matti