RE: [flexcoders] Actual screen X and Y co-ordinates of a container

2006-10-09 Thread Gordon Smith
By screen do you mean the computer monitor, or the Flash stage? You can use the localToGlobal() method to convert to stage coordinates. I don't think you can get monitor coordinates of DisplayObjects. - Gordon From: flexcoders@yahoogroups.com

Re: [flexcoders] Actual screen X and Y co-ordinates of a container

2006-10-09 Thread Igor Costa
I guess he's trying to get the Stage not the monitor. But the Flash Display Objects has a class that you can only be readable for with and height percentages of monitor .Regards. On 10/9/06, Gordon Smith [EMAIL PROTECTED] wrote: By screen do you mean

RE: [flexcoders] Actual screen X and Y co-ordinates of a container

2006-10-09 Thread Gordon Smith
Sent: Monday, October 09, 2006 1:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Actual screen X and Y co-ordinates of a container I guess he's trying to get the Stage not the monitor. But the Flash Display Objects has a class that you can only be readable