Controlling an externally loaded components properties

Hi all…

I am having some difficulty figuring out how to control a component’s properties in actionscript in an external swf.

Is this possible (ie. in movie A could i load a movie B with a scrollpane, say named “component_mc” , and in Movie A use actionscript to specify setSize or setScrollContent) ???

Specifically i am using the MultiOutlet component (a component that allows you to store multiple resources such as graphics etc. like a shared library, but also with components so you don;t have to reload them each time but share them)

The multioutlet component works fine (get it at http://www.flashcomponents.net)
loading the scrollpane, but i cannot figure out the syntax or where i should put the actionscript in the movie containing the multioutlet component (not the scrollbar movie/library which the component loads) to dynamically change the component’s properties…

Please help! Thanks

-aleks