On Jan 18, 2008 7:37 PM, Gregory N <[EMAIL PROTECTED]> wrote:

> Thanks, Jan.
>
> This leads me to another question. I think I'd try it myself before
> asking,
> but just have no dev machine at hand right now.
> So,
> when I embed *symbols* from flash 8 library like this:
>    [Embed(source="flash8.swf", symbol="SymbolALinkageID"]
>    private var symbolAClass:Class;
>
> can this symbol contain enclosed (child) movieclips?
> And can I then access these child clips?
>
> In other words, should I create a special class file(s) only to list the
> embed-var statements like the one above
> OR
> I can just embed one "container" mc symbol ?


In short, I don't know - never tried using the container mc idea.

Thinking about it, though, I suspect that you won't be able to access the
subclips via new MySubClipSymbolID(); however, if you instantiate the
containing clip (new MyTopLevelSymbolID() or whatever) you may be able to
access the children via getChildAt() etc.

That's probably not a hugely useful thing to be able to do, though.

I'm guessing it's most useful to embed each symbol.

HTH,
   Ian


>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to