# Load text from btn inside two mcs?

**URL:** https://forum.kirupa.com/t/load-text-from-btn-inside-two-mcs/182215
**Category:** flash
**Created:** [March 16, 2006, 10:47am UTC](https://forum.kirupa.com/t/load-text-from-btn-inside-two-mcs/182215 "2006-03-16T10:47:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wickedBoy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wickedboy/32/1100_2.png) [@wickedBoy](https://forum.kirupa.com/u/wickedBoy)
#### Post date: [March 16, 2006, 10:47am UTC](https://forum.kirupa.com/t/load-text-from-btn-inside-two-mcs/182215/1 "2006-03-16T10:47:52Z")

</div>

I have a MC which contains another MC which then contains a Btn. I am trying to load text from a txt file named TEXT1.txt into a field named newsBox which is on the root timeline. This is my Btn code:  
ActionScript Code:  
[FONT=Courier New][LEFT][COLOR=#0000FF]on[/COLOR] COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]  
loadText = [COLOR=#000000] **new** [/COLOR] [COLOR=#0000FF]loadVars[/COLOR]COLOR=#000000[/COLOR];  
loadText.[COLOR=#0000FF]load[/COLOR]COLOR=#000000[/COLOR];  
loadText.[COLOR=#0000FF]onLoad[/COLOR] = [COLOR=#000000] **function** [/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]  
[COLOR=#0000FF]if[/COLOR] COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]  
[COLOR=#808080]_// trace(success);_[/COLOR]  
newsBox.[COLOR=#0000FF]html[/COLOR] = [COLOR=#000000] **true** [/COLOR];  
newsBox.[COLOR=#0000FF]htmlText[/COLOR] = [COLOR=#0000FF]this[/COLOR].[COLOR=#000080]myNews[/COLOR];  
[COLOR=#000000]}[/COLOR]  
[COLOR=#000000]}[/COLOR];  
[COLOR=#000000]}[/COLOR]  
[/LEFT]  
[/FONT]

The text isn’t loading of course but I’m not sure how to reorganise the code so that it does…target path all wrong?

wB

---

<div class="post-metadata">

### Author: ![wickedBoy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wickedboy/32/1100_2.png) [@wickedBoy](https://forum.kirupa.com/u/wickedBoy)
#### Post date: [March 20, 2006, 10:53am UTC](https://forum.kirupa.com/t/load-text-from-btn-inside-two-mcs/182215/2 "2006-03-20T10:53:53Z")

</div>

Scotty you are a genius :bounce:!!!

It works beautifully! Thank you!

wB

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [March 20, 2006, 12:19pm UTC](https://forum.kirupa.com/t/load-text-from-btn-inside-two-mcs/182215/3 "2006-03-20T12:19:52Z")

</div>

no problem :thumb:
