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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to