Ahh yes2 kofi dont worry, your explanation are really clear to me

Yes i have find in the help of AS3 Script, but still not clear because its the interaction between 2 as files or 2 swf files..

For example in my case is like this
swfA is publish with A.as
swfB is publish with B.as
then in swfA i inserted Loader that Load the swfB
when i compiled swfB the trace result is like this
this.parent : [object Stage]
this.parent.parent : null
root.parent : [object Stage]
root.parent.parent : null
then when i compile the swfA
this.parent : [object Loader]
this.parent.parent : [object A]
root.parent : [object Loader]
root.parent.parent : [object A]
And all of the trace function i inserted in the B.as
it seems they have some interaction between 2 Class, whereas i didnt use Inheritance or whatever.
Look into the first result, thats null right?.. why didnt trace B?..
in the second result the root/this have the same output..
Its really confusing, have any idea?..

Thanks kofi..
