I am needing to know some basic information about the browser in which 
my app is running...minimally I would like to know the dimensions 
(height, width) of the browser and if it is maximized. Although, if I 
can get the browsers height and width I believe that I should be able 
to determine maximization state by using the Capabilities class and 
making use of the screen's resolution.

I would also like to be able to determine the same information that the 
viewMetricsAndPadding provide. However, if I can get the height and 
width of the browser, I believe that the SystemManager height/width 
would be sufficent for me to determine the same information that the 
view (Edge) metrics would provide.

Is there a way, from within flex, to access these browser properties?

Reply via email to