To anyone who's willing to assist. I have a problem with populating a dynamic text field in a loaded movie clip with instance names of "headline" and "templateA", respectively. The loaded movie clip is in _root. Here's what I have but it doesn't work (not sure if it's possible)

loadMovie("skyShell.swf", templateA);
templateA.headline.text = "some text for the text field"

Any assistance is greatly appreciated.