Loading a movieA in another movieBase and show dynamic textFields?

[AS]
movieA.clip.txt.setTextFormat (tf);
[/AS]

http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary788.html

Is movieA the global variable movieA ? If so, change movieA to _global.movieA.

http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary379.html

I’m not sure the _global will work; if it doesn’t, replace _global with _root.