Scrollpane Component Inside External SWF Not Responding - URGENT

Everyone:

I’m facing a deadline in a day and a half and I’m going nuts. Here’s the scenario:

1.) I have a file, stonesmith.swf that is the website shell.
2.) stonesmith.swf contains in it two moving movieclips for the sections “products” and “company”
3.) when you click on “products” the products section movie clip scrolls into place and loads “products_support.swf” into an empty movie clip
4.) “products_support.swf” contains a scrollpane component with a reskinned scrollbar. When this swf file loads via the stonesmith.swf main file as an embedded movieclip, the scrollbar won’t respond.

I’m fairly certain this is an issue with hierarchy…which is like so:

Root -> productsBox -> productsBoxContent (loads the external swf)

I’m using “hittest” on the embedded swf’s menus to get them to work and i’m not sure how i would apply something like this to a scrollpane component.

The source files are below, and I included .swf files for convenience. The section in question is hard coded to load when you click the “products” section.

Download the source at: http://www.lewisweb.ws/temp/stonesmith.zip

Any help would be greatly appreciated.