> Does that property actually change the background color in the wrapper, > or does the Flex app just cover the entire browser? I do not know > offhand.
Sorry for the late response (the weekend had begun) Yes it does. If you look at the source for the generated wrapper it shows "bgcolor", "#ffffff", One reason why I was struggling (which lead to my posted question).... My Application.backgroundColor was defined in an external stylesheet (with all my other styles). But this does not get picked up. It only seems to work when you define it in the mxml tag. --- In [email protected], "Tracy Spratt" <tspr...@...> wrote: > > Does that property actually change the background color in the wrapper, > or does the Flex app just cover the entire browser? I do not know > offhand. > > > > In a recent thread, someone noted that the browser background stayed the > original color for a brief time before the Flex app loaded, and > suggested adding an entry to the "Additional Compiler Options" in the > Flex Builder Properties, to actually compile the background color into > the wrapper. > > > > Tracy Spratt > Lariat Services > > Flex development bandwidth available > > ________________________________ > > From: [email protected] [mailto:[email protected]] On > Behalf Of bhaq1972 > Sent: Friday, January 30, 2009 10:12 AM > To: [email protected] > Subject: [flexcoders] Re: Generated html page backgroundcolour > > > > I just realized > > <mx:Application backgroundColor="white" etc > > generates the white background in the generated html wrapper > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "bhaq1972" <mbhaque@> wrote: > > > > I have my Flexbuilder set to the default settings. > > > > How can I make sure the generated HTML wrapper has a white > > backgroundColor. I know its something to do with ${bgcolor}. But how > > do I set this? > > > > Any help would be appreciated. > > >

