[Flashcoders] Masks when Zooming in I.E. 7

2008-11-04 Thread Marc Hoffman
[Please excuse if this comes through twice -- it's been over 8 hours since I sent, but did not see posted, my original message.] I created a swf that has several layers of translucent clouds moving beneath masks. The masks are set with ActionScript 2.0 and the cloud motion is also AS2. When

Re: [Flashcoders] Flash Authortime vs Runtime children

2008-11-04 Thread jonathan howe
I don't think this is really Glen's problem. You should not have to addChild() an object placed on the stage via the authoring environment. On Tue, Nov 4, 2008 at 6:27 PM, sebastian <[EMAIL PROTECTED]> wrote: > If you don't do addChild() it won't actually be on the stage - even if you > add it to

Re: [Flashcoders] Flash Authortime vs Runtime children

2008-11-04 Thread sebastian
If you don't do addChild() it won't actually be on the stage - even if you add it to an array or a variable inside of the clip. Consider: public class Tree blabla () { private var apple:Apple;//where 'Apple' is some item you want to attach to this class public function Tree () { apple

RE: [Flashcoders] FULL_SCREEN problem Flash CS3 and AS3

2008-11-04 Thread Cor
Thank you. I am not familiair with Javascript, but I will try this. Kind regards. Cor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carolina Avila Coral Sent: dinsdag 4 november 2008 20:38 To: Flash Coders List Subject: Re: [Flashcoders] FULL_SCREEN pro

Re: [Flashcoders] FULL_SCREEN problem Flash CS3 and AS3

2008-11-04 Thread Carolina Avila Coral
Hi: I use two html pages to do that, the main page only has the information to open the fullscreen, the second page has the swf link. I hope it be useful for you. main page: