If that works in javascript, in different browsers, then you can get those values through ExternalInterface
Tracy Spratt Lariat Services Flex development bandwidth available ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Gustavo Duenas LRS Sent: Monday, February 02, 2009 9:33 AM To: [email protected] Subject: [flexcoders] sizing dinamically the screen Ok, Coders, this is my problem I have set the width and height of my application to 1024 to 768 , it works on mac, but in pc you know what would happen with the IE7... well I just think this, just addind a creationComplete code like.... function initSize(){ screen.width= screen.availWidth; screen.height= screen/availHeight; this think works in Javascript there is counterpart on flex or it works on flex? I'd appreciate your help. Gus

