Hi I have a little trouble with my flex app in IE windows xp and vista, I have a swf loader that acts like a background with a jpg on it, the size is more than 1024 x 768 so I Just set the size of the application to those values, in mac is ok, but when it comes to windows, the size is smaller and it doesn't fit ...any ideas coders.


this is the code for the  app.

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="canvasBackground()" width="100%" height="100%" resize="false" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#141313, #141313]">

//I'd tried to 1024 x 768 but it doesn't work so i did it to percentage but it doesn't work too.//



this is for the loader

<mx:SWFLoader id="myLoader" width="100%" height="100%" horizontalCenter="0" bottom="0" alpha="0.8"/>


I hope you can help me out with this regards.





Gustavo 

Reply via email to