[flexcoders] How do I make the background fill the whole screen, not just the Application?

2007-12-19 Thread kolt_siewerts
Dear group, coming from the Flash side of AS3-Development, I'm struggling with a small problem. Here is an example (source code via right-click): http://www.kolt-siewerts.com/flexTest/ My application has to grow with the window, so I set StageScaleMode.SHOW_ALL instead of the default

Re: [flexcoders] How do I make the background fill the whole screen, not just the Application?

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, kolt_siewerts wrote: Now whenever the window has not the same aspect ratio as the Application, black bars appear. Do you have width and height 100% on mx:Application and the embeding HTML ? -- Tom Chiverton Helping to biannually extend innovative market-growth on:

Re: [flexcoders] How do I make the background fill the whole screen, not just the Application?

2007-12-19 Thread Joseph Balderson
Your Application should stretch with the inner browser width height by default, you don't need to monkey with the Stage object like you do in Flash. If what you want is a background which covers the whole browser screen, let the Application fill up the space. Then place the rest of your