If you don't need it to by dynamic put this at the top of your constructor:
[SWF(width="1000", height="1000", frameRate="24",
backgroundColor="#000000")]
P
--- In [email protected], "Calbeans" <jwrigh...@...> wrote:
>
>
>
> --- In [email protected], "Michael" <mportuesi@> wrote:
> >
> > 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 [email protected], "Calbeans" <jwright04@> 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.
> > >
> >
>
> Since it's all AS3, i don't have an MXML file =( I guess I can just publish
> another HTML file and just use that one. It's just one less step I wanted to
> take, but I guess it's not a huge problem.
>