Hi all, I was just wondering if there is a way as3 can detect the users screen resolution? Regards Mark
+2
A:
Hi,
have a look at stage.fullScreenHeight
and stage.fullScreenWidth
OXMO456
2009-06-26 11:30:55
A:
If you are on AIR, you could use the flash.display.Screen
class, which contains this info, plus a lot more, such as color-depth, and multi-screen support.
PiPeep
2009-07-03 00:02:07
A:
flash.system.Capabilities.screenResolutionY and flash.system.Capabilities.screenResolutionX
aaa
2010-01-02 00:52:29