RE: [Flashcoders] Is it possible to change Stage background color atruntime?

2006-06-07 Thread Fernando Castillo
Oops! I did forget to specify that this question is about EXE files. Thanks! On 6/8/06, [EMAIL PROTECTED] wrote: You could also set your wmode to transparent in the object/embed tag and use javascript to change the background of a containing DIV (Not that this is elegant but should work). On

Re: [Flashcoders] Is it possible to change Stage background color atruntime?

2006-06-07 Thread Mick G
Doh! If you're having trouble managing the size of the MC you're using as a 'fake' background, you could always just use a manageable size and use: MC._width = Stage.width; MC._width = Stage.height; Make sure you run that onResize if you're allowing people to resize the window of the