# Loading multiple txt. files

**URL:** https://forum.kirupa.com/t/loading-multiple-txt-files/30544
**Category:** Uncategorized
**Created:** [September 10, 2003, 12:42pm UTC](https://forum.kirupa.com/t/loading-multiple-txt-files/30544 "2003-09-10T12:42:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Inflicted](https://avatars.discourse-cdn.com/v4/letter/i/82dd89/32.png) [@Inflicted](https://forum.kirupa.com/u/Inflicted)
#### Post date: [September 10, 2003, 12:42pm UTC](https://forum.kirupa.com/t/loading-multiple-txt-files/30544/1 "2003-09-10T12:42:07Z")

</div>

O.K., I learned how to externaly load text in my movie. It loads into a slideshow.Now I want a second txt.file to load on the second slide. I tried several things but couldn’t figure it out. Here’s the code:

\_root.block\_mc.onEnterframe = function() {  
\_root.block\_mc.textfileUrl = “pirate.txt”;  
\_root.block\_mc.gotoAndPlay(2);

Anyone can help me?

regards
