Accessing movie clips of an external SWF file

Hey, I was wondering if it’s possible to access movie clips that exist inside an external SWF file. For example. I’ve got a swf file called menu, and inside that i’ve got a series of components, such as the list compenent, sliders, buttons, etc. I was wondering if it’s possible for me to load that menu into another flash document, and allow those buttons to control elements of my new scene. I’ve got the menu loaded into my new fla file fine, but I just can’t figure out how to access all the various buttons that I’ve got in the menu file. Thanks for any help you might be able to provide.

edit: Hmmm… just got it working. Just had to add .content between my loader variable and the button I was trying to access in my swf file. :slight_smile: