Hi, Have you tried using visibleBounds property of the Screen?
import flash.display.Screen;
import mx.controls.Alert;
private function init():void
{
Alert.show(Screen.mainScreen.visibleBounds.bottom);
}
Regards,
--
Anirudh Sasikumar
http://anirudhs.chaosnet.org/

