How can I determine client screen resolution .. in Flex ??
Zee
//To know horizontal-screen-resolution var screenResolutionX:Number = Capabilities.screenResolutionX; //To know vertical screen-resolution var screenResolutionY:Number = Capabilities.screenResolutionY;
Learn more about feature APIs .
Capabilities.screenResolutionX; Capabilities.screenResolutionY;
Here is the documentation on the Capabilities class and all the information you can get.
Source: https://habr.com/ru/post/1720922/More articles:why does the function std :: vector max_size () return -1? - c ++OpenCV grid area - c ++Table row not updating correctly using MVC Ajax - asp.net-mvcProblems Using ListBox and Observable Collection as Debug Log - .netWhat does a C ++ compiler do to create an object? - c ++The best way to manage multiple applications in Subversion - svnDrupal lets you view unpublished content - drupalCan Ruby say when a USB drive is connected to the USB port on Linux? - linuxChanging an interrupt in 16-bit mode - assemblyPygame engines - pythonAll Articles