Access properties of externally loaded swfs?

Once an external swf is loaded onto my currently running swf using the Loader class:

  1. Can the loaded swf access properties of the swf that loaded it?
  2. Can the swf that perform the loading access properties of the loaded swf?

If any or both of the above is true, I would also appreciate a word or two about the process of access the other swf’s properties/methods.

Thanks.

This is what I was looking for:http://www.scottgmorgan.com/blog/index.php/2007/11/11/accessing-document-class-of-externally-loaded-swf-with-as3/