[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
I did it with a hash sign (or whatever the name of that thing is), works fine: -default-background-color #FF Also found some sources mentioning the use of a metadata tag, but that did not do it for my application:mx:Metadata [SWF(defaultBackgroundColor=0xFF)]

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
I did it with a hash sign (or whatever the name of that thing is), works fine: -default-background-color #FF Also found some sources mentioning the use of a metadata tag, but that did not do it for my application:mx:Metadata [SWF(defaultBackgroundColor=0xFF)]

Re: [flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread Clinton Judy
I have this command in a batch file: sudo ~/.flex/bin/./mxmlc SearchApp.mxml -default-background-color #2d3238* And I get this response: * command line: Error: configuration variable 'default-background-color' expected 1 argument(s), got 0 Use 'mxmlc -help' for information about using the

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
mm, I don't know much about Linux, but maybe you have to make sure the argument is passed in as a String like this: -default-background-color #2d3238 in windows the compiler takes this syntax as well --- In flexcoders@yahoogroups.com, Clinton Judy [EMAIL PROTECTED] wrote: I have this command in

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
mm, I don't know much about Linux, but maybe you have to make sure the argument is passed in as a String like this: -default-background-color #2d3238 in windows the compiler takes this syntax as well --- In flexcoders@yahoogroups.com, Clinton Judy [EMAIL PROTECTED] wrote: I have this command in

Re: [flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread Maciek Sakrejda
] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Default Background Color for Preloader Date: Tue, 15 Apr 2008 16:24:01 - mm, I don't know much about Linux, but maybe you have to make sure the argument is passed in as a String like this: -default