Well, it sounds like you're trying to use a skin for something beyond it's 
purpose.

Anyway, the background skin is dynamically attached in the createChildren 
method of the Window class and is named "back_mc".
So if you want to access it, this should work:

myWindow.back_mc

regards,
Muzak

----- Original Message ----- 
From: "Andrew Sinning" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Saturday, May 19, 2007 2:04 PM
Subject: Re: [Flashcoders] how to accesscustom 
TitleBackground(skinTitleBackground) of Window


> Let me ask the question another way: how do I access movieClips and/or 
> TextFields within my custom TitleBackground _in_general_, 
> regardless of what I call them.  Suppose there's a movieClip called 
> "someClip" inside my TitleBackground and I want to changes 
> it's _visible prop.  How do I get a handle to this clip?  Neither 
> "window.TitleBackground.someClip" nor 
> "window.skinTitleBackground.someClip" seem to be "public".  It's as if I need 
> to specify that they are public in an interface 
> somewhere, but I have no idea how?
>


_______________________________________________
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

Reply via email to