Runtime Shared Library Question

Hi, I already have 2 swf file. one.swf and two swf.

in one.swf,it contains main_container(movie clip) and inside main_container it has mc_one, mc_two and mc_three and export for sharing is already checked.

in two.swf, i use mc.loadMovie(“one.swf”)

but my problem is, I cant access the mc_one, mc_two, and mc_three.

Please help.