In your top-level application MXML file, try adding this attribute to your 
<mx:Application> tag:

<mx:Application 
  xmlns:mx="http://www.adobe.com/2006/mxml"; 
  backgroundColor="#ffffff"
>



--- In flexcoders@yahoogroups.com, "Calbeans" <jwrigh...@...> wrote:
>
> Hi All, 
> 
> I'm working on an AS3 project using Flex and I'm trying to figure out how to 
> change the background from that default light off blueish color to something 
> different.  I looked at the index.template.html file and figured that I can 
> do it in there, but it appears that I can't.  Anyone have an idea on how to 
> do this?? Thanks in advance.
>


Reply via email to