Thanks Leandro... this still gives me the following:
[class Stage]
[object MovieClip]

hum....

On Wed, Aug 27, 2008 at 12:27 PM, Leandro Amano
<[EMAIL PROTECTED]>wrote:

> Hi Helmut, try:
>
> for(var i:uint; i<stage.numChildren; i++){
>  trace(stage.getChildAt(i));
> }
>
> best regards
> --
> Leandro Amano
> Digital Bug
> Chief Creative Officer
> Adobe Certified Expert
> Adobe Certified Instructor
> Adobe User Group Leader
>
>
> On 8/27/08, Helmut Granda <[EMAIL PROTECTED]> wrote:
> >
> > yeah, still get [object LivePreviewParent]...
> >
> > On Wed, Aug 27, 2008 at 12:00 AM, poste9 <[EMAIL PROTECTED]> wrote:
> >
> > > have u tried this.root ?
> > >
> > > 2008/8/27 Helmut Granda <[EMAIL PROTECTED]>
> > >
> > > > Is it possible to access the MainTimeline from within a component? So
> > far
> > > I
> > > > havent been able to access it trying different methods. Most times I
> > get
> > > > the
> > > > same result:
> > > > trace(parent);
> > > > trace(root);
> > > > trace(this.parent);
> > > > trace(this);
> > > > trace(this.parent.parent);
> > > >
> > > > [object LivePreviewParent]
> > > > [object LivePreviewParent]
> > > > [object LivePreviewParent]
> > > > [object MyComponent]
> > > > [object Stage]
> > > >
> > > > But it seems to skip the MainTimeline... basically what I am trying
> to
> > > > access is the File name which I can extract with Describe type for
> the
> > > > MainTimeline, and of course this is easy with objects on the
> timeline.
> > I
> > > > have an init function in a component that tries to get the reference
> to
> > > the
> > > > MainTimeline but so far no luck... any tips?
> > > >
> > > > --
> > > > ...helmut
> > > > _______________________________________________
> > > > Flashcoders mailing list
> > > > [email protected]
> > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > >
> > >
> > >
> > > --
> > > =============================================================
> > > Grupo Comunidade de Comunicação
> > > Rafael Lúcio 29809.099333,
> > > fazendo do seu website uma aplicação em tempo real
> > > ms xsl js(dom) css xhtml php mysql pgsql ajax json smarty drupal
> > > _______________________________________________
> > > Flashcoders mailing list
> > > [email protected]
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> >
> >
> >
> > --
> > ...helmut
> > _______________________________________________
> > Flashcoders mailing list
> > [email protected]
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
...helmut
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to