Control movie clip in movie loaded

hi guys…
quick and simple… :pleased:
i loaded swf in movie clip … no problem
in the swf there are 10 keyframes and every one take a lable frame… i can control this lables from the main swf but i need to control a movie clip in the SWF and it’s own a lable inside it.
[AS]loadMovie(“bgDataHolder.swf”, “_root.mc_holder”)[/AS]
load bgDataHolder.swf in mc_holder…it’s ok
[AS]_root.mc_holder.gotoAndPlay(“label1”)[/AS]
it’s working :wink:
but in bgDataHolder.swf there is a movie clip calls mc_lighting and it’s own lables in it… how can i control mc_lighting which in bgDataHolder.swf :slight_smile: