hi thanks,

just found out what it was, it seems this version of Flex does not
accept #FFFFFF like this:

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

changed to this:

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute"
        backgroundColor="0xFFFFFF">

working fine now :D

cheers,
herculano


--- In [email protected], Bjorn Schultheiss
<[EMAIL PROTECTED]> wrote:
>
> Use the background-color compiler setting/option
> 
> 
> cheers,
> 
> Bjorn
> 
> On 02/10/2007, at 11:36 AM, herklano wrote:
> 
> > hi,
> >
> > why is the background black on initialize in the Flex 3 Beta 2 ???
> >
> > anyone knows how to get rid of this?
> >
> > cheers,
> > herculano
> >
> >
> >
>


Reply via email to