well actually the problem with the javascript it seems not to work properly on IE7+ vista or even in the xp, so I'm looking for better ways to do this inside the actionscript, I mean to change the entire height and width of the application, because since it is set actually on 1024 x 768, in the low resolution screens or in windows, it appears totally blow out or bigger...

Thanks.


Gustavo


On Feb 2, 2009, at 10:45 AM, Tracy Spratt wrote:


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





Reply via email to