# Loading text dynamically into MC: MX

**URL:** https://forum.kirupa.com/t/loading-text-dynamically-into-mc-mx/68666
**Category:** flash
**Created:** [October 27, 2004, 8:09pm UTC](https://forum.kirupa.com/t/loading-text-dynamically-into-mc-mx/68666 "2004-10-27T20:09:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![imanstudios](https://avatars.discourse-cdn.com/v4/letter/i/4bbf92/32.png) [@imanstudios](https://forum.kirupa.com/u/imanstudios)
#### Post date: [October 27, 2004, 8:09pm UTC](https://forum.kirupa.com/t/loading-text-dynamically-into-mc-mx/68666/1 "2004-10-27T20:09:38Z")

</div>

Hey guys,  
I would like to load text dynamically form my server into my flash movie.  
That I know how to do. I have 2 frames on 1 layer.  
Frame 1=

```auto
loadVariablesNum("content.txt", 0);

```

Frame 2=

```auto
stop

```

(text box) set to dynamic txt, multiline…

But when I try the same thing within a movie clip, I have trouble getting the text to display. The text box pops up but no text from my content.txt file.  
Any help would be great.  
thanks
