Hello, I was wondering if there was a way for my Flex Application to see what my current screen resolution is?
Thanks!
there really isnt a way but you can call the stage propertys.
stage.height
stage.width
Miguel
Capabilities.screenResolutionX
mx.core.FlexGlobals.topLevelApplication.width;
mx.core.FlexGlobals.topLevelApplication.height;