If you can generate the data in Javascript in your HTML wrapper, you can
get to it from Flex via ExternalInterface

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of grizalum
Sent: Thursday, June 05, 2008 7:33 AM
To: [email protected]
Subject: [flexcoders] Flex access to Browser Properties

 

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