Dynamically loading text

hello,
Im having trouble loading text dynamically into a “masked” movie…I followed two tutorials to do put this together…
this one for dynamically loading text:
http://www.kirupa.com/developer/mx/externaldata.htm

and this for the preloader:
http://www.kirupa.com/developer/mx/preloader_transition.htm

I was able to load external movies correctly, BUT each of those movies have dynamic text content. I followed that external data tut to do it in each external movie…when i played that external movie by itself, the text worked…BUT when i loaded the external movie into the container movie – the text did not show up. It only works when i unmask that content layer.

So the question is how can i make the text show up when the content layer is masked. (it needs to be masked for the effects of each external movie that is loaded into the container to work right)

Thanks