[flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-02 Thread djhatrick
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=#00)] P --- In flexcoders@yahoogroups.com, Calbeans jwrigh...@... wrote: --- In flexcoders@yahoogroups.com, Michael mportuesi@ wrote:

[flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-01 Thread Michael
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=#ff --- In flexcoders@yahoogroups.com, Calbeans jwrigh...@... wrote: Hi All, I'm working on an AS3 project

[flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-01 Thread Calbeans
--- In flexcoders@yahoogroups.com, Michael mportu...@... 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=#ff --- In

Re: [flexcoders] Re: Changing the background of an AS3 project in Flex

2009-12-01 Thread Csomák Gábor
complier console arg: default-background-color #33 2009/12/2 Calbeans jwrigh...@yahoo.com --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael mportu...@... wrote: In your top-level application MXML file, try adding this attribute to your mx:Application tag: