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 projector.


On 6/8/06, Fernando Castillo <[EMAIL PROTECTED]> wrote:



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 6/8/06, Fernando Castillo <[EMAIL PROTECTED]> wrote:
>
> I would like to know if I can change the stage background color at
runtime
> by code.
>
> I have solved by using a movieclip with an opaque background but I'm
> curious
> about this due now I need to use a real big mc.
>
> Thanks!
>
> - F


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 6/8/06, Fernando Castillo <[EMAIL PROTECTED]> wrote:
>
> I would like to know if I can change the stage background color at runtime
> by code.
>
> I have solved by using a movieclip with an opaque background but I'm
> curious
> about this due now I need to use a real big mc.
>
> Thanks!
>
> - F


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com