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

